Skip to content

Commit

Permalink
Remove screen setup
Browse files Browse the repository at this point in the history
  • Loading branch information
tramcrazy authored Mar 2, 2024
1 parent 82b1114 commit 663fe80
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions f/testsurvey.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<link rel="stylesheet" href="/aui/src/adaptui.css">
</head>
<body aui-mode="web">
<aui-screen id="homepage">
<header>
<span>Test Survey</span>
</header>
Expand Down Expand Up @@ -37,7 +36,6 @@ <h1 id="homeHeader">Test Survey</h1>
<footer aui-stack="horizontal">
<span>Built by <a href="https://link.tramcrazy.com">tramcrazy</a>.</span>
</footer>
</aui-screen>
<script src="/js/form.js" charset="utf-8"></script>
</body>
</html>
2 changes: 0 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<link rel="stylesheet" href="aui/src/adaptui.css">
</head>
<body aui-mode="web">
<aui-screen id="homepage">
<header>
<span>tramcrazy's forms</span>
</header>
Expand All @@ -20,6 +19,5 @@ <h1 id="homeHeader">tramcrazy's forms</h1>
<footer aui-stack="horizontal">
<span>Built by <a href="https://link.tramcrazy.com">tramcrazy</a>.</span>
</footer>
</aui-screen>
</body>
</html>
2 changes: 0 additions & 2 deletions thanks.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<link rel="stylesheet" href="aui/src/adaptui.css">
</head>
<body aui-mode="web">
<aui-screen id="homepage">
<header>
<span id="formName">Thanks!</span>
</header>
Expand All @@ -20,7 +19,6 @@ <h1 id="homeHeader">Thank you!</h1>
<footer aui-stack="horizontal">
<span>Built by <a href="https://link.tramcrazy.com">tramcrazy</a>.</span>
</footer>
</aui-screen>
<script src="/js/thanks.js" charset="utf-8"></script>
</body>
</html>

0 comments on commit 663fe80

Please sign in to comment.