Skip to content
This repository was archived by the owner on May 4, 2022. It is now read-only.

Commit fa960f7

Browse files
authored
Merge pull request #7 from Oxygemo/patch-1
same treatment to cytrus-re's site
2 parents 463701e + d8070e1 commit fa960f7

File tree

1 file changed

+10
-13
lines changed

1 file changed

+10
-13
lines changed

index.html

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,20 @@
22
<html lang="en">
33
<head>
44
<title>Cytrus-RE: Home</title>
5+
<!-- Metadata -->
56
<meta name="viewport" content="width=device-width, initial-scale=1.0">
67
<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 -->
716
<link rel="stylesheet" type="text/css" href="styles/theme.css">
817
<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 -->
2219
</head>
2320
<header>
2421
<div class="container">

0 commit comments

Comments
 (0)