-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (32 loc) · 1.54 KB
/
index.html
File metadata and controls
32 lines (32 loc) · 1.54 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
28
29
30
31
32
<!DOCTYPE html>
<html>
<head>
<title>TramForms</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
<meta property="og:title" content="TramForms">
<meta property="og:type" content="website">
<meta property="og:image" content="https://tramcrazy.com/logo_circle.png">
<meta property="og:url" content="https://form.tramcrazy.com">
<meta property="og:description" content="A site holding surveys, contact forms and other forms built by tramcrazy.">
<link rel="stylesheet" href="aui/src/adaptui.css">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.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">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
</head>
<body aui-mode="web">
<header>
<span>TramForms</span>
</header>
<main>
<section>
<h1 id="homeHeader">TramForms</h1>
<p>This site holds surveys, contact forms and other forms I've made. Go back to the link you came from 😉</p>
</section>
</main>
<footer aui-stack="horizontal">
<span>Built by <a href="https://link.tramcrazy.com">tramcrazy</a>.</span>
</footer>
</body>
</html>