-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (27 loc) · 954 Bytes
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Rinja Playground</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta content="Sat, 01 Dec 2001 00:00:00 GMT" http-equiv="expires">
<meta content="no-cache, no-store, must-revalidate" http-equiv="cache-control">
<meta content="no-cache" http-equiv="pragma">
<script data-trunk type="module" src="script.mjs"></script>
<link data-trunk rel="icon" href="favicon.svg" />
<link data-trunk rel="copy-dir" href="hack-font" />
<link data-trunk rel="css" href="modern-normalize.css" />
<link data-trunk rel="css" href="hack-font.css" />
<link data-trunk rel="scss" href="style.scss" />
</head>
<body>
<link
data-trunk
rel="rust"
data-wasm-opt="z"
data-wasm-opt-params="--enable-bulk-memory"
data-type="worker"
data-bindgen-target="web"
/>
</body>
</html>