21 lines
627 B
HTML
21 lines
627 B
HTML
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<link href="css/fork-awesome.css" rel="stylesheet">
|
|
<link href="css/main.css" rel="stylesheet">
|
|
</head>
|
|
|
|
<body class="bg-fixed px-2 py-3 bg-gradient-to-r from-blue-900 via-blue-600 to-blue-400">
|
|
<div class="text-5xl px-2 py-4 text-blue-100">Set your instance(s)</div>
|
|
<form class="grid gap-5">
|
|
<div class="root" id="root"></div>
|
|
<button class="btn-save" type="submit">Save changes</button>
|
|
</form>
|
|
<script src="options.js"></script>
|
|
</body>
|
|
|
|
</html>
|