Files
ValueScript/website/src/index.html
2022-12-13 11:16:02 +11:00

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>