-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwikipedia.html
More file actions
81 lines (74 loc) · 3.2 KB
/
wikipedia.html
File metadata and controls
81 lines (74 loc) · 3.2 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Wikipedia article about Terry A. Davis, displayed within the tribute site.">
<title>Wikipedia — Terry A. Davis</title>
<link rel="stylesheet" href="style.css">
<style>
.wiki-content .toc{background:var(--bg3);border:1px solid var(--border2);padding:.8rem 1rem;display:inline-block;min-width:200px;margin:0 0 1.5rem;font-size:.8rem}
.wiki-content .toc h2,.wiki-content .tochead{font-size:.65rem;letter-spacing:2px;text-transform:uppercase;color:var(--green);margin-bottom:.6rem;border:none;padding:0}
.wiki-content .toc ul{margin-left:1rem;list-style:none}
.wiki-content .toc li{margin:.2rem 0}
.wiki-content .toc a{color:var(--text2);font-size:.78rem}
.wiki-content .toc a:hover{color:var(--green)}
.wiki-content .toc .toctoggle,.wiki-content .toc .toctogglespan{display:none}
.wiki-content .mw-headline{font-size:inherit;color:inherit}
.wiki-content .reference{font-size:.7rem}
.wiki-content .plainlinks a:after{content:none}
</style>
</head>
<body data-page="wiki">
<nav>
<div class="nav-in">
<a class="nav-brand" href="index.html">
<span>./</span>
<span class="nav-brand-name">TERRY A. DAVIS</span>
</a>
<button class="nav-toggle" id="nav-toggle" aria-expanded="false" aria-controls="nav-links" aria-label="Toggle menu">☰</button>
<ul class="nav-links" id="nav-links" role="list">
<li><a href="index.html">Home</a></li>
<li><a href="videos.html">Videos</a></li>
<li><a href="wikipedia.html" aria-current="page">Wikipedia</a></li>
<li><a href="index.html#about-templeos">About TempleOS</a></li>
</ul>
</div>
</nav>
<main>
<header class="wiki-page-hd">
<div class="wiki-page-hd-in">
<p class="wiki-page-label">Wikipedia — Live Article</p>
<h1 class="wiki-page-title">Terry A. Davis</h1>
<p class="wiki-page-sub">
Fetched from the Wikipedia API —
<a href="https://en.wikipedia.org/wiki/Terry_A._Davis" target="_blank" rel="noopener noreferrer">Read on Wikipedia ↗</a>
</p>
</div>
</header>
<div class="wiki-wrap">
<div id="wiki-wrap" aria-live="polite" aria-label="Wikipedia article content">
<div class="wiki-loading">Fetching article…</div>
</div>
</div>
</main>
<footer class="site-footer">
<div class="footer-in">
<div class="footer-col">
<span class="footer-label">Site</span>
<a href="index.html">Home</a>
<a href="videos.html">Videos</a>
<a href="wikipedia.html">Wikipedia</a>
</div>
<div class="footer-col">
<span class="footer-label">External</span>
<a href="https://templeos.org" target="_blank" rel="noopener noreferrer">TempleOS.org</a>
<a href="https://en.wikipedia.org/wiki/Terry_A._Davis" target="_blank" rel="noopener noreferrer">Wikipedia article</a>
<a href="https://archive.org/details/TerryADavis_TempleOS" target="_blank" rel="noopener noreferrer">Internet Archive</a>
</div>
<p class="footer-copy">Article content © Wikipedia contributors, CC BY-SA 3.0</p>
</div>
</footer>
<script type="module" src="js/main.js"></script>
</body>
</html>