-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (26 loc) · 1.41 KB
/
index.html
File metadata and controls
26 lines (26 loc) · 1.41 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- metadata -->
<meta charset="utf-8" />
<meta name="description" content="Browse and view Rust crates published on crates.io, view what changed in between released versions, and how it differs from what is in the repository." />
<!-- use native resolution on mobile, disable auto-zoom -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<!-- site title -->
<title>Diff.rs: Explore Changes Between Rust Crate Versions</title>
<!-- stylesheets -->
<link data-trunk rel="tailwind-css" href="src/tailwind.css">
<!-- webassembly code, use wasm-opt to minimize the webassembly output -->
<link data-trunk rel="rust" data-wasm-opt="z">
<!-- analytics script -->
<script defer data-domain="diff.rs" src="https://plausible.io/js/script.js"></script>
<!-- static data -->
<link data-trunk rel="copy-file" href="static/favicon.ico" />
<link data-trunk rel="copy-file" href="static/favicon-16x16.png" />
<link data-trunk rel="copy-file" href="static/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<!-- include base URI -->
<base data-trunk-public-url />
</head>
</html>