This commit is contained in:
2025-12-23 21:28:40 +11:00
parent 876b04ba84
commit 8e491a220a
8 changed files with 5270 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content"Solstice is a programming language focused on ease of use.">
<link rel="stylesheet" href="index.css?v=1">
<title>Solstice</title>
</head>
@@ -10,11 +11,12 @@
<div class="main">
<div class="box" id="main">
<div class="hero-content">
<img src="https://sols.dev/solstice.svg" width="200" height="200"></img>
<img src="https://sols.dev/solstice.svg" width="200" height="200" alt="Solstice logo"></img>
<h1>Solstice</h1>
<p class="big">A programming language focused on ease of use.</p>
<button onclick="window.location.href = 'https://chsp.au/max/solstice'">View Code</button>
<button onclick="window.location.href = '#installing'">Install</button>
<button onclick="window.location.href = '/playground'">Try Online</button>
</div>
</div>
<div class="box">