diff options
| author | s1n <[email protected]> | 2020-01-28 14:46:42 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-01-28 14:46:42 -0800 |
| commit | 12565cca2e43049882691ab6130786fa86e4a9e1 (patch) | |
| tree | 510c1c000ba322e9f16e09e3f5fa37db0e8a1e94 /cs2-simple-website/home/index.html | |
| parent | Initial commit (diff) | |
| download | cs2-12565cca2e43049882691ab6130786fa86e4a9e1.tar.xz cs2-12565cca2e43049882691ab6130786fa86e4a9e1.zip | |
Add files via upload
Diffstat (limited to 'cs2-simple-website/home/index.html')
| -rw-r--r-- | cs2-simple-website/home/index.html | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/cs2-simple-website/home/index.html b/cs2-simple-website/home/index.html new file mode 100644 index 0000000..a5cf4cf --- /dev/null +++ b/cs2-simple-website/home/index.html @@ -0,0 +1,62 @@ +<!DOCTYPE html>
+<html lang="en">
+
+ <head>
+ <meta charset="UTF-8">
+ <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 href="https://www.favicon.cc/favicon/130/914/favicon.png" rel="icon" type="image/x-icon" />
+ <link rel="stylesheet" href="/cs2-simple-website/home/css/main.css">
+ </head>
+
+ <body>
+ <script src="/cs2-simple-website/js/main.js"></script>
+
+ <div class="nav">
+ <nav class="bar">
+ <center>
+ <a href="#">Home</a>
+ <a href="/cs2-simple-website/about/">About</a>
+ <a href="https://s1n.pw/">S1N</a>
+ </center>
+ </nav>
+ </div>
+
+ <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="/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">
+ <div class="intro">
+ <center>
+ <br>
+ <br>
+ <h1>Introduction:</h1>
+
+ <p>This is a simple website, my name is s1nical and this was made on 9/17/2019</p>
+
+ <p>My name is s1nical, I am taking both CS1 and CS2. I am really into electronics.<br>
+ I have been a freelance web-developer for almost three years. I also like to make things with<br>
+ C++ such as CS:GO cheats and stuff.</p>
+ <br>
+ <br>
+ <br>
+ <br>
+ <br>
+ <br>
+
+ <marquee behavior="" direction="left">Sign my <a class="guest" href="/cs2-simple-website/guestbook.html">guestbook!</a></marquee>
+ </center>
+
+ <div class="imgs">
+ <a href="https://s1n.pw/konami/">
+ <img src="https://files.steempeak.com/file/steempeak/mirkojax/26DKWaHM-hiE5vMs.gif" alt="">
+ </a>
+ </div>
+ </div>
+ </div>
+ </body>
+
+</html>
|