-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (25 loc) · 1.26 KB
/
Copy pathindex.html
File metadata and controls
29 lines (25 loc) · 1.26 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>whoscripting</title>
<meta name="description" content="by whostacking">
<link rel="icon" href="../tools.png">
<link rel="stylesheet" href="/landing/landing.css">
<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=Google+Sans+Flex:opsz,wdth,wght,ROND@6..144,25..151,1..1000,0..100&family=Cascadia+Code:ital,wght@0,200..700;1,200..700&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,700,1,0" />
</head>
<body>
<div class="whoscripting">whoscripting</div>
<div class="written-text">by <a href="https://grids.so/stack" target="_blank">whostacking</a> | <a href="https://github.com/whoscripting/whoscripting.github.io" target="_blank">Source code</a></div>
<div class="tools-wrapper">
<a href="/bucket" class="tool-link">Cargo ➔ Bucket</a>
<a href="/neue" class="tool-link">PortableInfobox ➔ InfoboxNeue</a>
</div>
<script src="/landing/landing.js"></script>
</body>