21 lines
339 B
HTML
21 lines
339 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<title>TITLE HERE</title>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<h1>crispys blug</h1>
|
||
|
<p>
|
||
|
hello i might write some words here from time to time<br>
|
||
|
</p>
|
||
|
<p>
|
||
|
i heard all the cool kids are doing it<br>
|
||
|
</p>
|
||
|
|
||
|
</body>
|
||
|
|
||
|
</html>
|