-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(so we can put a buildable thing in the root)
- Loading branch information
Anna
committed
Sep 21, 2023
1 parent
4bb2c48
commit 1ef1723
Showing
3 changed files
with
26 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
This file was deleted.
Oops, something went wrong.