This commit is contained in:
parent
821fe2d8d8
commit
ff18798674
2 changed files with 14 additions and 19 deletions
|
@ -6,8 +6,15 @@
|
|||
In Myrtle Beach South Carolina, Richard and Isaac counted 100 Chrysler Pacificas in the span of a week.
|
||||
</djot>
|
||||
</x-section-head>
|
||||
<div id="cockpit-canvas" style="height: 80vh; margin: 8px; background-color: #232323;"></div>
|
||||
<div onclick="showKeyboard" id="cockpit-canvas" style="height: 80vh; margin: 8px; background-color: #232323;"></div>
|
||||
</x-tab.content>
|
||||
<script>
|
||||
function showKeyboard() {
|
||||
if ('virtualKeyboard' in navigator) {
|
||||
navigator.virtualKeyboard.show();
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<script type="module">
|
||||
const firaCodeFace = new FontFace('Fira Code', `url(${new URL('/assets/FiraCode-Regular.woff2', import.meta.url)})`, {style: "normal", weight: "normal"});
|
||||
const firaCodeBoldFace = new FontFace('Fira Code', `url(${new URL('/assets/FiraCode-Bold.woff2', import.meta.url)})`, {style: "normal", weight: "bold"});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue