27 lines
772 B
HTML
27 lines
772 B
HTML
GNU nano 4.3 index.html
|
|
<!DOCTYPE html>
|
|
<!-- You're a nosy little shit -->
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width">
|
|
<title> *any noises* </title>
|
|
<link rel="stylesheet" href="/sand.css">
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto&display=swap" rel="stylesheet">
|
|
<style>
|
|
body {
|
|
font-family: 'Roboto' , serif;
|
|
font-size: 20px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1><u>Entry Name</u></h1>
|
|
<img src="https://exampleimage.com/your_relavant_image.png">
|
|
<h2>Subtitle</h2>
|
|
<p>Example text! Example text, example text example text. Example text exmample; example text.</p>
|
|
</body>
|
|
|
|
|
|
</html>
|
|
|