dingus
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user