site/public/bin/selector/index.html
awdev ea455cfa81
Bin Development 2024-05-02 (#1190)
* added caching for images (need to fix)

* added part fetching (needs fixing)

* Add more clicky buttons

* Add endpoint for project suggestions

* Improve project idea prompt

* Add project idea section

---------

Co-authored-by: Max Wofford <max@maxwofford.com>
2024-05-07 22:00:56 -04:00

24 lines
No EOL
694 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Bin - Selector</title>
<link rel="stylesheet" href="../style/common.css">
<link rel="stylesheet" href="./style.css">
</head>
<body>
<div class="selector-container">
<div class="selector-header">
<h1 class="selector-title">The Bin</h1>
<button class="selector-continue">Let's Build!<img src="../icons/arrow.svg"></button>
</div>
<div class="selector-main"></div>
<span class="selector-number"></span>
</div>
<script src="./script.js"></script>
</body>
</html>