Desert-Wiki/Templates/base_template.html
2019-07-24 18:20:57 -04:00

21 lines
428 B
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>
</body>
</html>