Skip to content

Commit

Permalink
remove footer
Browse files Browse the repository at this point in the history
  • Loading branch information
adbenitez committed Jun 25, 2024
1 parent d4aa626 commit 2185041
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
15 changes: 0 additions & 15 deletions css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -179,21 +179,6 @@ body {
border-left: 1px solid black;
}

#footer {
font-family: Courier,monospace,sans-serif;
position: fixed;
bottom: .5em;
left: .5em;
opacity:0.8;
text-decoration: none;
-webkit-touch-callout:none;
-webkit-user-select:none;
-khtml-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none
}

#root {
width:100%;
height: 100%;
Expand Down
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
</head>
<body>
<div id="root"></div>
<footer id="footer">v1.1</footer>

<script type="module">import * as app from './__target__/app.js'; window.app = app;</script>

Expand Down

0 comments on commit 2185041

Please sign in to comment.