-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
35 lines (35 loc) · 1.11 KB
/
about.html
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
<!DOCTYPE html>
<html>
<head>
<div class="greeting">
<title>information about this beautiful piece of the internet</title>
</div>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<div class="container-nav">
<nav class="navbar" role="navigation">
<a href="index.html" class="brand">My personal hell</a>
<ul class="nav-links">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">What the fuck is this</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<button class="button-menu-toggle">Menu</button>
</div>
<h1>hello.</h1>
<p>this just a useless site im making for fun. have some cat pics:</p> </div>
<div class="cats">
<img src="gato.jpeg" alt="cat number 1" />
<img src="cat.png" alt="cat number 2" />
<img src="epic_cat.jpeg" alt="cat number 3" />
</div>
</body>
</html>
<div id="mi-id">fin.</div>
<div class="mi-clase">fin 2.0</div>
<div class="ejemplo">
example
</div>