|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <title>Cytrus-RE: Home</title> |
| 5 | + <!-- Metadata --> |
5 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
6 | 7 | <meta name="google-site-verification" content="g3f-qSI2Z3o_YoC6JcRokyy5I6UzPiqs_0khcbLPuPg" /> |
| 8 | + <meta charset="UTF-8"> <!-- Just in case, it sets the charset to unicode --> |
| 9 | + <meta http-equiv="X-UA-Compatible" content="ie=edge"> <!-- To work properly with old Edge/IE --> |
| 10 | + <!-- Embed related stuff (still meta) --> |
| 11 | + <meta property="og:url" content="https://cytrus-re.github.io"> <!-- I don't really know but that sets the URL somewhere --> |
| 12 | + <meta property="og:type" content="article"> <!-- Again, I don't know, but it should be here --> |
| 13 | + <meta property="og:title" content="Cytrus-RE"> <!-- Sets the title in the embed --> |
| 14 | + <meta property="og:description" content="Cytrus-RE is a Discord bot that fullfils all your needs, and this is it's website."> <!-- Sets the description on the embed --> |
| 15 | + <meta property="og:image" content="https://cytrus-re.github.io/favicon.png "> <!-- Sets the image in the embed --> |
7 | 16 | <link rel="stylesheet" type="text/css" href="styles/theme.css"> |
8 | 17 | <link rel="icon" href="favicon.png" sizes="16x16" type="image/png"> |
9 | | - <!--Da, this will work.--> |
10 | | - <!--Also I hate myself--> |
11 | | - <script |
12 | | - src="https://code.jquery.com/jquery-3.3.1.js" |
13 | | - integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60=" |
14 | | - crossorigin="anonymous"> |
15 | | - </script> |
16 | | - <script> |
17 | | - $(function(){ |
18 | | - $("#header").load("header.html"); |
19 | | - $("#footer").load("footer.html"); |
20 | | - }); |
21 | | - </script> |
| 18 | + <!-- end of metadata and embed related stuff --> |
22 | 19 | </head> |
23 | 20 | <header> |
24 | 21 | <div class="container"> |
|
0 commit comments