generated from github/welcome-to-github
-
Notifications
You must be signed in to change notification settings - Fork 0
/
scratchpad.html
48 lines (35 loc) · 1.61 KB
/
scratchpad.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="style/style__main.css">
<link rel="stylesheet" type="text/css" href="style/style_headerAndFooter.css">
<script src="scripts/shared.js" defer></script>
<title>RFD's Scratchpad</title>
<link rel="icon" type="image/svg+xml" href="assets/favicon.svg">
</head>
<body onload="onPageLoad()">
<div id="header_id"></div>
<div id="content_id">
<div class="textbg">
<p>Various RFD's creations that did not fit anywhere else.</p>
<h2>worldbuilding & species design</h2>
<p>My earliest notes and concept artwork concerning K-143 date back over eight years ago, although I've begun toying around with the idea of a reptile-inhabited world much earlier, perhaps before primary school. There is no particular purpose of this setting - such as a background for stories or the like - or rather, the design itself is the purpose. I suppose I can't properly function without immersing myself in one or another fantasy world every now and then...</p>
<div class="indent linkblock">
<a href="phylum_dragons.html">phylogenetic tree of RFD's draconids</a>
<a href="wb_dragons.html">draconid & general worldbuilding notes</a>
<a href="wb_kenai.html">worldbuilding notes: K-143 | Kenai</a>
</div>
</div>
</div>
</div>
<div id="footer_id"></div>
<script>
//this may vary from file to file, so no externalization
function onPageLoad() {
displayHeader("scratchpad");
displayFooter();
}
</script>
</body>
</html>