-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (24 loc) · 1.5 KB
/
index.html
File metadata and controls
27 lines (24 loc) · 1.5 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
27
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Rusty Turtle</title>
<link data-trunk rel="sass" href="styles/bulma.css">
<link data-trunk rel="sass" href="styles/index.scss" />
<link data-trunk rel="sass" href="styles/typography.scss">
<link data-trunk rel="copy-dir" href="images">
<link rel="apple-touch-icon" sizes="180x180" href="images/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon/favicon-16x16.png">
<meta name="description" content="LOGO language interpreter written in Rust. Runs on a client side using WASM & Yew."/>
<meta name="author" content="Miro Jelaska"/>
<meta name="keywords" content="Rust, WASM, Yew, interpreters, LOGO language">
<meta property="og:site_name" content="Rusty Turtle" />
<meta property="og:description" content="LOGO language interpreter written in Rust. Runs on a client side using WASM & Yew." />
<meta property="og:url" content="https://rusty-turtle.project.jelaska.me" />
<meta property="og:image" content="https://rusty-turtle.project.jelaska.me/images/canvas-cover.png" />
</head>
<script type="module" src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.js"></script>
</html>