Skip to content

Commit

Permalink
Deploy geng-engine/geng to geng-engine/geng:gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Jul 4, 2024
0 parents commit 7fac5e3
Show file tree
Hide file tree
Showing 192 changed files with 27,538 additions and 0 deletions.
1 change: 1 addition & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!doctype html><title>404 Not Found</title><h1>404 Not Found</h1>
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
geng.kuviman.com
55 changes: 55 additions & 0 deletions example-placeholder.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1" name="viewport" />
<style>
* {
margin: 0;
padding: 0;
}

body {
width: 100vw;
height: 100vh;
overflow: hidden;
}

#screen {
width: 100%;
height: 100%;
background-color: black;
}

#screen .container {
width: 80%;
padding: 2em;
border-radius: 2em;
border: 2px solid darkblue;
box-shadow: 0 0 2em blue;
color: white;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
}
</style>
</head>

<body>
<div id="screen">
<div class="container">
<h1>You can see the examples here...</h1>
<p>Just select one from above</p>
</div>
</div>
</body>

</html>
1 change: 1 addition & 0 deletions examples.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7fac5e3

Please sign in to comment.