Skip to content

Commit

Permalink
trinacta wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ondras committed May 9, 2024
1 parent ad3207b commit 6bc6913
Show file tree
Hide file tree
Showing 6 changed files with 509 additions and 0 deletions.
Binary file added KAJ/prednasky/13-ts+ssjs/img/node-deno-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added KAJ/prednasky/13-ts+ssjs/img/node-deno-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added KAJ/prednasky/13-ts+ssjs/img/node-deno-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions KAJ/prednasky/13-ts+ssjs/index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.node-deno {
display: inline-block;
}

.node-deno img {
height: 700px;
}
12 changes: 12 additions & 0 deletions KAJ/prednasky/13-ts+ssjs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>JavaScript na serveru</title>
<link rel="stylesheet" href="index.css" />
</head>
<body>
<template data-src="index.md" data-skin="cvut"></template>
<script src="https://cdn.jsdelivr.net/npm/ma-sl-o@3/maslo.js"></script>
</body>
</html>
Loading

0 comments on commit 6bc6913

Please sign in to comment.