-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (22 loc) · 1.27 KB
/
index.html
File metadata and controls
23 lines (22 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pyroforge</title>
<link rel="stylesheet" href="style.css">
<!-- font: Ubuntu -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,400;0,500;1,400;1,500&display=swap" rel="stylesheet">
<!-- end fonts -->
</head>
<body>
<h1 class="ubuntu-medium">Welcome to Pyroforge.</h1>
<p class="ubuntu-regular">We make terminal applications using Python, C++, and ASM.<br>
Some notable examples are Py++ and <a href="https://github.com/PyroForge/pyro">Pyro.</a></p>
<footer class="ubuntu-regular"><a href="https://www.github.com/PyroForge/pyroforge.dev/tree/main">Source</a> - <a href="https://www.github.com/PyroForge">GitHub</a> - <a href="http://pyrodevlgvbar7n7tzpj4rjj7pxvrnxwtvpsregggrsdip3wejp2ulad.onion">Onion</a> (requires <a href="https://www.torproject.org/download">Tor</a>)</footer>
<!-- 100% privacy-first analytics -->
<script data-collect-dnt="true" async src="https://scripts.simpleanalyticscdn.com/latest.js"></script>
</body>
</html>