armcord/src/content/setup.html

24 lines
419 B
HTML
Raw Normal View History

2021-12-24 21:56:49 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<title>ArmCord Setup</title>
<style>
@import url("css/setup.css");
</style>
</head>
<body>
<div class="container">
<h1 class="logo"></h1>
<h2>Welcome to ArmCord!</h2>
<p>Select what kind of setup you want to perform:</p>
<button id="express">Express setup</button>
<button id="full">Full setup</button>
</div>
</body>
</html>