Skip to content

Commit

Permalink
WIP: All work on the thread
Browse files Browse the repository at this point in the history
  • Loading branch information
FranklinWaller committed Feb 28, 2020
1 parent 2c3de2d commit 71c4863
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,17 @@
<link rel="manifest" href="./manifest.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<link rel="stylesheet" type="text/css" href="./res/css/xterm.css" media="screen" />
<style>
.CanvasYo {
background: red;
position: absolute;
top: 10px;
left: 10px;
width: 20%;
}
</style>
</head>
<body>
<div id="app"></div>
<canvas id="windowCanvas" width="1920" height="1080" style="background:red; position: absolute; top:10px; left: 10px; width: 20%;"></canvas>
</body>
</html>
2 changes: 1 addition & 1 deletion src/vendor/kernel

0 comments on commit 71c4863

Please sign in to comment.