Skip to content

Commit 8a26220

Browse files
Fix script and css linking
1 parent e6619d5 commit 8a26220

4 files changed

Lines changed: 8 additions & 28 deletions

File tree

404.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
99
<title>Page not found - ZoneCommunity</title>
1010
<link rel="icon" href="../assets/Zone.png" type="image/png">
11-
<link rel="stylesheet" type="text/css" href="../assets/style.css">
12-
<script src="scripts/main.js" defer></script>
11+
<link rel="stylesheet" type="text/css" href="/assets/style.css">
12+
<script src="/scripts/main.js" defer></script>
1313
</head>
1414
<body>
1515
<header id="header">

index.html

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
99
<title>ZoneCommunity</title>
1010
<link rel="icon" href="assets/Zone.png" type="image/png">
11-
<link rel="stylesheet" type="text/css" href="assets/style.css">
12-
<script src="scripts/main.js" defer></script>
11+
<link rel="stylesheet" type="text/css" href="/assets/style.css">
12+
<script src="/scripts/main.js" defer></script>
1313

1414
<meta property="og:title" content="ZoneCommunity Official Website" />
1515
<meta property="og:type" content="website" />
@@ -39,16 +39,6 @@
3939
<a href="/zoneos/archive" class="hfButton">View the archive</a>
4040
</div>
4141
</div>
42-
<!-- <div class="contentR">
43-
<div class="text-containerR">
44-
<p class="welcomef">under reconstruction!</p>
45-
<p>the ZoneCommunity website is getting a new look, check back soon.</p>
46-
<div style="margin-top: 24px;">
47-
<a href="https://discord.com/invite/WTVGAMPnzN"><button class="hfButton">join our discord</button></a>
48-
<a href="https://github.com/ZoneCommunity"><button class="hfButton">view our github</button></a>
49-
</div>
50-
</div>
51-
</div> -->
5242
</div>
5343

5444
<footer id="footer">

zoneos/archive/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
99
<title>ZoneOS Archive - ZoneCommunity</title>
1010
<link rel="icon" href="../../assets/Zone.png" type="image/png">
11-
<link rel="stylesheet" type="text/css" href="../../assets/style.css">
12-
<script src="../../scripts/main.js" defer></script>
11+
<link rel="stylesheet" type="text/css" href="/assets/style.css">
12+
<script src="/scripts/main.js" defer></script>
1313
</head>
1414
<body>
1515
<header id="header">

zoneos/index.html

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
99
<title>ZoneOS - ZoneCommunity</title>
1010
<link rel="icon" href="../assets/Zone.png" type="image/png">
11-
<link rel="stylesheet" type="text/css" href="../assets/style.css">
12-
<script src="../scripts/main.js" defer></script>
11+
<link rel="stylesheet" type="text/css" href="/assets/style.css">
12+
<script src="/scripts/main.js" defer></script>
1313
</head>
1414
<body>
1515
<header id="header">
@@ -26,16 +26,6 @@
2626
<img src="../assets/MesolitePromo.png" class="infoimg" style="max-width: 700px; margin-bottom: 10px; margin-top: 0px;">
2727
<p style="font-size: 14px;">Mesolite is in early development, and is subject to change.</p>
2828
</div>
29-
<!-- <div class="contentR">
30-
<div class="text-containerR">
31-
<p class="welcomef">under reconstruction!</p>
32-
<p>the ZoneOS announcement page, along with the rest of the ZoneCommunity site, will be coming back soon!</p>
33-
<div style="margin-top: 24px;">
34-
<a href="https://discord.com/invite/WTVGAMPnzN"><button class="hfButton">join our discord</button></a>
35-
<a href="https://github.com/ZoneCommunity"><button class="hfButton">view our github</button></a>
36-
</div>
37-
</div>
38-
</div> -->
3929
</div>
4030

4131
<footer id="footer">

0 commit comments

Comments
 (0)