Changeset - 8e0ae92d918d
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 8 months ago 2024-05-16 23:12:28
drewp@bigasterisk.com
metrics link on home
1 file changed with 16 insertions and 1 deletions:
0 comments (0 inline, 0 general)
web/index.html
Show inline comments
 
@@ -8,6 +8,21 @@
 
    <script type="module" src="TiledHome.ts"></script>
 
  </head>
 
  <body>
 
    <div id="container"></div>
 
    <style>
 
      #footer {
 
        position: fixed; /* todo: this shouldn't overlap the layout, but getting the layout smaller was Hard */
 
        left: 5px;
 
        bottom: 0px;
 
        right: 5px;
 
        height: 2em;
 

	
 
        background-color: rgb(211 211 255 / 96%);
 
        box-shadow: black 0px -7px 9px 0px;
 
      }
 
    </style>
 
    <div id="container">hello</div>
 
    <div id="footer">
 
      <a href="metrics/">metrics</a>
 
    </div>
 
  </body>
 
</html>
0 comments (0 inline, 0 general)