Files
@ a4052905ca7d
Branch filter:
Location: light9/web/index.html - annotation
a4052905ca7d
752 B
text/html
notes about how rdfdb syncs, or should sync
4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 4556eebe5d73 1d3594ffd14b 4556eebe5d73 4556eebe5d73 8e0ae92d918d 8e0ae92d918d 8e0ae92d918d 8e0ae92d918d 8e0ae92d918d 8e0ae92d918d 8e0ae92d918d 8e0ae92d918d 8e0ae92d918d 8e0ae92d918d 8e0ae92d918d 8e0ae92d918d 1d3594ffd14b 1d3594ffd14b 4556eebe5d73 4556eebe5d73 | <!DOCTYPE html>
<html>
<head>
<title>light9 home</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="flexlayout-react/style/dark.css" />
<script type="module" src="TiledHome"></script>
</head>
<body>
<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">loading layout...</div>
<div id="footer"><light9-home-status></light9-home-status> </div>
</body>
</html>
|