summaryrefslogtreecommitdiff
path: root/head.html
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2021-11-27 09:07:31 +0100
committerMartin Fischer <martin@push-f.com>2021-11-27 12:39:54 +0100
commit395a5f2a1e201ce65e02dbec89af275d14b27824 (patch)
tree65c4b09b743ad40a4eec2823c1f6253030988ad4 /head.html
parent6bf08656882fa4c3fc6fe799cc0499d244e6ca5f (diff)
html: add credits
Diffstat (limited to 'head.html')
-rw-r--r--head.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/head.html b/head.html
new file mode 100644
index 0000000..f0782e8
--- /dev/null
+++ b/head.html
@@ -0,0 +1,14 @@
+<!doctype html>
+<html>
+<head>
+<meta charset=utf-8>
+<title>Rust features</title>
+<link rel="stylesheet" href="style.css" />
+</head>
+<body>
+
+<h1>Rust features</h1>
+
+page generated by <a href="https://push-f.com/">push-f</a>
+from the <a href="https://github.com/jplatte/caniuse.rs">TOML files</a>
+maintained by <a href="https://blog.turbo.fish/">jplatte</a>