webstudio/ui/public/index.html

30 lines
900 B
HTML
Raw Normal View History

2023-11-01 18:24:43 +03:00
<!DOCTYPE html>
<html lang="en">
2023-12-03 16:16:08 +03:00
<head>
<meta charset="utf-8" />
2024-07-23 13:33:19 +03:00
<link rel="icon" href="%PUBLIC_URL%/logo.ico" />
2023-12-03 16:16:08 +03:00
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Web site created using create-react-app" />
2024-07-23 13:33:19 +03:00
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo.png" />
2023-12-03 16:16:08 +03:00
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
2024-07-23 13:33:19 +03:00
<title>Robossembler </title>
2023-12-03 16:16:08 +03:00
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
2024-06-25 12:43:41 +03:00
<div style="width: 100%; height: 100%" id="root"></div>
2023-12-03 16:16:08 +03:00
</body>
<style>
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap')
</style>
2024-04-11 22:02:57 +03:00
<style>
[contenteditable]:focus {
outline: 0px solid transparent;
}
2024-06-25 12:43:41 +03:00
2024-04-11 22:02:57 +03:00
</style>
2023-12-03 16:16:08 +03:00
</html>