diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 7 |
1 files changed, 3 insertions, 4 deletions
| @@ -1,13 +1,13 @@ | |||
| 1 | <!DOCTYPE html> | 1 | <!DOCTYPE html> |
| 2 | <html lang="en"> | 2 | <html lang="en"> |
| 3 | |||
| 4 | <head> | 3 | <head> |
| 5 | <meta charset="UTF-8" /> | 4 | <meta charset="UTF-8" /> |
| 6 | <meta http-equiv="X-UA-Compatible" content="IE=edge" /> | 5 | <meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
| 7 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 8 | 7 | ||
| 9 | <link rel="stylesheet" href="style.css"> | 8 | <script src="/script.js"></script> |
| 10 | <link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> | 9 | <link rel="stylesheet" href="/style.css" /> |
| 10 | <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> | ||
| 11 | 11 | ||
| 12 | <title>igorek.dev</title> | 12 | <title>igorek.dev</title> |
| 13 | </head> | 13 | </head> |
| @@ -36,5 +36,4 @@ | |||
| 36 | <pre> Minecraft servers <a href="/minecraft">https://igorek.dev/minecraft</a></pre> | 36 | <pre> Minecraft servers <a href="/minecraft">https://igorek.dev/minecraft</a></pre> |
| 37 | <pre>And more ...</pre> | 37 | <pre>And more ...</pre> |
| 38 | </body> | 38 | </body> |
| 39 | |||
| 40 | </html> | 39 | </html> |
