This repository was archived by the owner on Jan 12, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
55 lines (51 loc) · 1.92 KB
/
index.html
File metadata and controls
55 lines (51 loc) · 1.92 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
<!doctype html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LLB8LGRYMM"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-LLB8LGRYMM');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono&display=swap');
</style>
<title>unPlugged</title>
<script type="module" src="https://md-block.verou.me/md-block.js"></script>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://live.prismjs.com/prism-live.css">
<script src="https://live.prismjs.com/src/prism-live.js?load=html,markdown"></script>
<script src="./prism.js"></script>
<link rel="stylesheet" href="./prism.css">
</head>
<body>
<header>
<h1>unPlugged</h1>
<md-block>
Supercharge Your PLD Today!
</md-block>
</header>
<nav>
<a href="./">Homepage</a>
<a href="solutions.html">Solutions</a>
<a href="https://github.com/BastionDevs/DMALib">GitHub</a>
<a href="https://discord.gg/KpUT8FwGvb">Discord</a>
<a href="licensepage.html">License</a>
</nav>
<main>
<md-block src="README.md" hlinks="#">
[Documentation on GitHub](https://github.com/BastionDevs/DMALib/)
</md-block>
</main>
<footer>
<md-span>
Original [site](https://md-block.verou.me/) by [Lea Verou](https://verou.me).
Copyright © 2025 Bastion Singapore, Software Development Group (Bastion SDG). All rights reserved.
</md-span>
</footer>
</body>
</html>