-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.html
More file actions
29 lines (25 loc) · 789 Bytes
/
docs.html
File metadata and controls
29 lines (25 loc) · 789 Bytes
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
28
29
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Docs - Ruby Sandbox</title>
<link rel="icon" type="image/svg+xml" href="./favicon.svg" />
<!-- SEO Meta Tags -->
<meta
name="description"
content="Documentation for the Ruby Sandbox environment."
/>
<meta name="robots" content="index, follow" />
</head>
<body>
<!-- Navbar and Banner are injected by src/layout.js -->
<!-- Content -->
<div class="content-page">
<h1>Documentation</h1>
<p>The information will be here.</p>
</div>
<!-- Footer is injected by src/layout.js -->
<script type="module" src="/src/static-page.js"></script>
</body>
</html>