forked from StudioInfinity/dyna3
Hack together a "Hello, world" in Scala with Laminar
This commit is contained in:
parent
244f222eb0
commit
c376fcdad8
7 changed files with 329 additions and 0 deletions
10
lang-trials/scala/index.html
Normal file
10
lang-trials/scala/index.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Lattice circle</title>
|
||||
<script type="text/javascript" src="./target/scala-3.4.2/lattice-circle-fastopt/main.js"></script>
|
||||
<link rel="stylesheet" href="main.css"/>
|
||||
</head>
|
||||
<body></body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue