diff options
| author | s1n <[email protected]> | 2019-09-18 12:57:13 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-09-18 12:57:13 -0700 |
| commit | 3956295b1729ed6f321b7fa2a654d17917533d2b (patch) | |
| tree | 419258a430976055a1dec3d9a3276bb1d74f525c /home/index.html | |
| parent | upload main files (diff) | |
| parent | reF dSFJIXI :()(( (diff) | |
| download | cs2-simple-website-3956295b1729ed6f321b7fa2a654d17917533d2b.tar.xz cs2-simple-website-3956295b1729ed6f321b7fa2a654d17917533d2b.zip | |
Merge pull request #1 from 8cy/dev
merge dev with master
Diffstat (limited to 'home/index.html')
| -rw-r--r-- | home/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/home/index.html b/home/index.html index 84063c7..a1e8b6e 100644 --- a/home/index.html +++ b/home/index.html @@ -6,17 +6,17 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Simple Website</title>
- <link rel="stylesheet" href="/home/css/main.css">
+ <link rel="stylesheet" href="/cs2-simple-website/home/css/main.css">
</head>
<body>
- <script src="/js/main.js"></script>
+ <script src="/cs2-simple-website/js/main.js"></script>
<div class="nav">
<nav class="bar">
<center>
<a href="#">Home</a>
- <a href="/about/">About</a>
+ <a href="/cs2-simple-website/about/">About</a>
<a href="https://s1n.pw/">S1N</a>
</center>
</nav>
@@ -24,7 +24,7 @@ <p class="important">* Sorry, but I had to do it, 90s web design at its finest.</p>
<p class="update">Last Updated: 06/12/1996</p>
- <a href="/404.html"><img class="welcome" src="http://stryvemarketing.com/wp-content/uploads/2016/04/welcome.gif" alt=""
+ <a href="/cs2-simple-website/404.html"><img class="welcome" src="http://stryvemarketing.com/wp-content/uploads/2016/04/welcome.gif" alt=""
width="200px"></a>
<div class="main">
@@ -58,4 +58,4 @@ </div>
</body>
-</html>
\ No newline at end of file +</html>
|