-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (37 loc) · 1.49 KB
/
index.html
File metadata and controls
39 lines (37 loc) · 1.49 KB
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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>FreshHTML</title>
<link rel="icon" type="image/png" href="freshcon.png">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
</head>
<body>
<h1>This is the chillist website</h1>
<div>
<h2>Here is a chill div</h2>
<p>With a chill chill paragraph</p>
<h4>Illest than chill</h4>
</div>
<p>This paragraph is no chill</p>
<div>
<h5> So not chill at all</h5>
</div>
<a href="https://khe.io/" title="KHE" target="_blank">Literally Kent Even Hack Enough</a>
<p>
<img src="img/img_one.jpg" alt="Where Kent At?">
<a href="https://youtu.be/vmBeF-oyFKw"><img src="img/KDE.jpg" alt="Kent Do It Enough"></a>
</p>
<div>
<ul>
<li>Techs On The Beach</li>
<li>Lorem sipsum</li>
<li>Mar-kup-ita</li>
</ul>
</div>
<footer>Made with <i class="fa fa-heart"></i> by KHE</footer><br/>
<a href="https://www.facebook.com/" title="facebook" target="_blank"><i class="fa fa-facebook-square"></i></a>
<a href="www.twitter.com/" title="twitter" target="_blank"><i class="fa fa-twitter-square"></i></a>
<a href="https://instagram.com/" title="Instagram" target="_blank"><i class ="fa fa-instagram"></i></a>
</body>
</html>