1
0
forked from basin/Desert-Wiki

templates! for ease of use

This commit is contained in:
basin 2019-07-24 18:20:57 -04:00
parent b47437693c
commit 457729204e
2 changed files with 46 additions and 0 deletions

View File

@ -0,0 +1,20 @@
<!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>
</body>
</html>

View File

@ -0,0 +1,26 @@
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>