-
Notifications
You must be signed in to change notification settings - Fork 11
/
index.html
22 lines (21 loc) · 877 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- metadata -->
<meta charset="utf-8" />
<meta name="description" content="View what is changed between different versions of crates published on crates.io." />
<!-- use native resolution on mobile, disable auto-zoom -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title>diff.rs</title>
<!-- resources -->
<link data-trunk rel="tailwind-css" href="src/tailwind.css">
<!-- use wasm-opt to minimize the webassembly output -->
<link data-trunk rel="rust" data-wasm-opt="z">
<script
data-trunk src="static/counter.js"
data-id="bcaf6280-06af-48e2-8e4c-03817fb76945">
</script>
<!-- include base URI -->
<base data-trunk-public-url />
</head>
</html>