Skip to content

Commit

Permalink
Set up thanks page, move survey to folder
Browse files Browse the repository at this point in the history
  • Loading branch information
tramcrazy authored Mar 1, 2024
1 parent 003f2e3 commit 1169a1e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
File renamed without changes.
22 changes: 22 additions & 0 deletions thanks.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html>
<head>
<title>tramcrazy's forms</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">
<link rel="stylesheet" href="aui/src/adaptui.css">
</head>
<body>
<aui-screen id="homepage">
<header>
<span>tramcrazy's forms</span>
</header>
<main>
<section>
<h1 id="homeHeader">tramcrazy's forms</h1>
<p>This site holds surveys, contact forms and other forms. Go back to the link I sent you to 😉</p>
</section>
</main>
</aui-screen>
</body>
</html>

0 comments on commit 1169a1e

Please sign in to comment.