Skip to content

Commit

Permalink
Create index2.html
Browse files Browse the repository at this point in the history
  • Loading branch information
industrialzombie authored Sep 8, 2024
1 parent a3c7680 commit 1a2ae8c
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions index2.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
<html>
<head>
<title>Decrypto</title>
<link rel="shortcut icon" href="favicon.ico">
<script src="https://unpkg.com/react@16/umd/react.development.js" crossorigin></script>
<script src="https://unpkg.com/react-dom@16/umd/react-dom.development.js" crossorigin></script>

<style>

html, body {
height: 100%;
margin: 0;
padding: 0;
text-align: center;
font-family: Arial;
}
.container { display: table; }
.content { display: table-row; height: 100%; }
.content-body { display: table-cell; }
.container { width: 100%; height: 100%; }
.header, .footer { padding: 1em; border-bottom: 1px solid #404040; border-top: 1px solid #404040; }
.content-body { padding: 20px; background: #f4f4f4; vertical-align: middle; }

.header select, .header option {
font-size: 2vw;
margin: 0 2vw;
}

.next-button {
width: 100%;
height: 10vh;
font-size: 3vh;
cursor: pointer;
}

.content-body {
font-size: 10vw;
user-select: none;
}

</style>

</head>
<body>
<div id="app"/>
foo

</body>
</head>

0 comments on commit 1a2ae8c

Please sign in to comment.