Skip to content

Commit

Permalink
Move original files to build folder
Browse files Browse the repository at this point in the history
(so we can put a buildable thing in the root)
  • Loading branch information
Anna committed Sep 21, 2023
1 parent 4bb2c48 commit 1ef1723
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 27 deletions.
27 changes: 26 additions & 1 deletion build/index.html
Original file line number Diff line number Diff line change
@@ -1 +1,26 @@
<h1>Placeholder page for creating a directory and/or testing builds.</h1>
<html>
<head>
<title>VzBot 3D-printer</title>
<style>
html, body, #wrapper {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
border: 0;
background-color: #393838;
}
#wrapper td {
vertical-align: middle;
text-align: center;
}
</style>
</head>
<body>
<table id="wrapper">
<tr>
<td><img src="vzbot.png" alt="VzBot" /></td>
</tr>
</table>
</body>
</html>
File renamed without changes
26 changes: 0 additions & 26 deletions index.html

This file was deleted.

0 comments on commit 1ef1723

Please sign in to comment.