-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (35 loc) · 896 Bytes
/
Copy pathindex.html
File metadata and controls
37 lines (35 loc) · 896 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My stuff only</title>
</head>
<body>
<pre>
<h1 style="color:blue;">wwoooow</h1>
<b>This is why i do not drink</b>
<br>
<strong>well it what it is</strong>
<em>noooooooo</em> <i>meeee</i>
who is strong here? <mark>i am lass</mark>
<del>it is not for kidsss</del>
<ins>it has to be,there can only be me</ins>
<small>too little to be noticed</small>
0<sup>7</sup>
3<sub>5</sub>
<p>it is a comment for a reason</p>,
<a href="http://amazon.com">movvvvve</a>
</pre>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
</body>
</html>