blob: c14e09d8d486ca553855dddeb05e18b44de2486c (
plain)
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
|
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="styles.css">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>exhq shitposts</title>
</head>
<div class="topnav">
<a class="active" href="#home">Home</a>
<a href="#ticd">Things i <u>cant</u> do </a>
<a href="#contact">Contact</a>
<a href="#about">About</a>
</div>
<body>
<div id="home"></div>
<br> <br>
<h1 class="header">have you ever wanted a "developer"</h1>
<h1 class="header">that <span class="empty"></span> nothing other than standing around being useless?</h1>
<img class="me" src="me.png" alt="me" class="me">
<h2 class="mebeinguseless">a picture of me being useless</h2>
<div id="ticd"></div>
<h1 class="data">i <u>CANNOT</u> program: </h1>
<img class="javaimg" src="java.png" alt="">
<span class="notjava" >java, this language is ass</span>
<div id="about"></div>
</body>
</html>
|