-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3e21dca
commit 9b5f866
Showing
60 changed files
with
8,128 additions
and
29,723 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8" /> | ||
|
||
<!-- SEO --> | ||
<meta name="description" content="Buy and sell humanoid robots and robot parts online" /> | ||
<meta name="keywords" content="K-Scale Labs, Robot, Robots, Humanoid Robots, " /> | ||
|
||
<!-- View options --> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<meta name="theme-color" content="#000000" /> | ||
|
||
<!-- Third-party stylesheets --> | ||
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Roboto'> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/2.2.19/tailwind.min.css" /> | ||
|
||
<!-- Manifest --> | ||
<link rel="icon" href="assets/favicon.ico" type="image/x-icon" /> | ||
<link rel="apple-touch-icon" href="assets/logo192.png" /> | ||
<link rel="manifest" href="assets/manifest.json" /> | ||
|
||
<title>Robolist</title> | ||
</head> | ||
|
||
<body> | ||
<div id="root"></div> | ||
<script type="module" src="src/index.tsx"></script> | ||
</body> | ||
|
||
</html> |
Oops, something went wrong.