forked from CHooverShrimp/BlackOrchestraDomain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (30 loc) · 1.13 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<!-- CUSTOMIZE YOUR MODULAR PAGE HERE -->
<script>
// Set the page
var yourPage = "/pages/blogPage.html"
// Set the title of your page
var yourTitle = ""
</script>
<!-- Embed craps -->
<meta content="Black Orchestra: World Front for Rising Storm 2" property="og:title" />
<meta name="twitter:card" content="summary_large_image">
<meta content="http://www.blackorchestra.net/" property="og:url" />
<meta content="https://files.catbox.moe/c2e2dq.png" property="image_src" />
<meta content="https://files.catbox.moe/c2e2dq.png" property="og:image" />
<meta content="https://files.catbox.moe/c2e2dq.png" property="twitter:image" />
<meta content="#43B581" data-react-helmet="true" name="theme-color" />
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> Black Orchestra: World Front </title>
<link rel="stylesheet" href="/index.css">
<link rel="icon" href="/images/BO_Square.png">
</head>
<!-- Importing JavaScript -->
<script src="/JS/script.js"></script>
<body>
<div class="overlay"></div>
<div id="main"> </div>
</body>
</html>