Skip to content

Instantly share code, notes, and snippets.

@BookOwl
Last active February 3, 2017 15:09
Show Gist options
  • Save BookOwl/03b07886ef81123e0102eb6c3cfcb5c5 to your computer and use it in GitHub Desktop.
Save BookOwl/03b07886ef81123e0102eb6c3cfcb5c5 to your computer and use it in GitHub Desktop.
The HTML file that we are embedding Rust into.
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8" />
<title>Hello from Rust</title>
</head>
<body>
<script src="rust-to-web.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment