templates! for ease of use
This commit is contained in:
parent
b47437693c
commit
457729204e
20
Templates/base_template.html
Normal file
20
Templates/base_template.html
Normal 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>
|
||||||
|
|
26
Templates/wiki_entry_template.html
Normal file
26
Templates/wiki_entry_template.html
Normal 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>
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user