_meta/on screen note/notetemplate.html
2024-08-02 17:17:54 -04:00

19 lines
313 B
HTML

<html>
<head>
<link rel="stylesheet" href="../shared/style.css">
<style type="text/css">
body{
background-color: #00FF00;
}
</style>
</head>
<body>
<div style="width:3840; height:2160; margin:0;">
<div class="note">
<div class="text">
note loading...
</div>
</div>
</div>
</body>
</html>