blob: a5cf4cf160b412b2446666ae3679e049df8bcbc9 (
plain) (
blame)
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
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>
|