mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-01-14 16:08:02 -05:00
24 lines
632 B
HTML
24 lines
632 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name=viewport content="width=device-width, initial-scale=1">
|
|
|
|
<link rel="stylesheet" href="styles.scss" />
|
|
</head>
|
|
<body>
|
|
<div id="main">
|
|
<div id="content">
|
|
<p id="heading">ValueScript</p>
|
|
<p>A dialect of TypeScript with value semantics.</p>
|
|
<div><a href="playground/">Try the playground</a></div>
|
|
<div><a href="https://github.com/voltrevo/ValueScript">Learn more</a></div>
|
|
</div>
|
|
</div>
|
|
|
|
<div style="display: none">
|
|
<a href="playground/index.html">Playground</a>
|
|
</div>
|
|
</body>
|
|
</html>
|