-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
75 lines (74 loc) · 2.53 KB
/
Copy pathindex.html
File metadata and controls
75 lines (74 loc) · 2.53 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Index | lexicring</title>
<meta charset="UTF-8" />
<link
rel="stylesheet"
as="style"
crossorigin
href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Inter"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Chocolate+Classical+Sans"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Gentium+Book+Plus"
/>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<div class="header">
<a href="https://fishlandicfishy.github.io/lexicring/" class="logo"><b>lexicring</b></a>
<a href="https://fishlandicfishy.github.io/lexicring/search.html" class="link">Search</a>
</div>
</header>
<div class="left-sidebar">
<!-- Placeholder left sidebar content -->
</div>
<div class="content">
<h2>the low-effort 'pedia no one asked for</h2>
<p>Unnecessarily cringe-worthy archive and documentation of obscure content</p>
<p><noscript>This website requires JavaScript to function properly.</noscript></p>
<h2>Reposting</h2>
<p>
Reposting of lexicring is allowed, whether the repost is modified or
not, but some reposts can be malicious.
</p>
<p>
To avoid interacting with malicious reposts of lexicring, please make
sure you are on GitHub or fishlandicfishy.github.io.
</p>
</div>
<div class="right-sidebar">
<div class="settings-option">
<div class="settings-title">Text</div>
<div class="settings-item" onclick="setTextSize('small')">Small</div>
<div class="settings-item selected" onclick="setTextSize('standard')">Standard</div>
<div class="settings-item" onclick="setTextSize('large')">Large</div>
</div>
<div class="settings-option">
<div class="settings-title">Color</div>
<div class="settings-item" onclick="setColorMode('light')">Light</div>
<div class="settings-item selected" onclick="setColorMode('dark')">Dark</div>
</div>
</div>
<div class="footer">
<hr>
<p>
<i>
Content and website are in the public domain. Please refer to the
<a href="https://github.com/FishlandicFishy/lexicring">GitHub repository</a>.
</i>
</p>
</div>
<script src="script.js"></script>
</body>
</html>