mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
24 lines
419 B
HTML
24 lines
419 B
HTML
|
|
||
|
<!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>
|