diff options
| author | s1n <[email protected]> | 2019-09-18 12:52:42 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-09-18 12:52:42 -0700 |
| commit | 56a0305cfae76587116e05d20339060dfc35176b (patch) | |
| tree | 419258a430976055a1dec3d9a3276bb1d74f525c | |
| parent | red fixc L))) (diff) | |
| download | cs2-simple-website-dev.tar.xz cs2-simple-website-dev.zip | |
reF dSFJIXI :()((dev
| -rw-r--r-- | about/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/about/index.html b/about/index.html index 6a68024..3730b1c 100644 --- a/about/index.html +++ b/about/index.html @@ -5,14 +5,14 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>About</title>
- <link rel="stylesheet" href="/home/css/main.css">
+ <link rel="stylesheet" href="/cs2-simple-website/home/css/main.css">
</head>
<body>
- <script src="/about/js/main.js"></script>
+ <script src="/cs2-simple-website/about/js/main.js"></script>
<div class="nav">
<nav class="bar">
- <a href="/home/">Home</a>
+ <a href="/cs2-simple-website/home/">Home</a>
<a href="#">About</a>
<a href="https://s1n.pw/">S1N</a>
</nav>
@@ -22,4 +22,4 @@ <p>Proof of concept. Not setup :/</p>
</center>
</body>
-</html>
\ No newline at end of file +</html>
|