mirror of
https://github.com/jdillenburg/esphome.git
synced 2026-05-02 14:51:12 -06:00
15 lines
567 B
HTML
15 lines
567 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Garage Parking Assistant</title>
|
|
<script src="https://unpkg.com/react@17/umd/react.development.js"></script>
|
|
<script src="https://unpkg.com/react-dom@17/umd/react-dom.development.js"></script>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-standalone/6.26.0/babel.min.js"></script>
|
|
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="text/babel" src="simulator.js"></script>
|
|
</body>
|
|
</html>
|