mirror of
https://github.com/Manuel83/craftbeerpi3
synced 2026-08-10 02:55:27 +02:00
16 lines
248 B
HTML
16 lines
248 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
|
|
<title>CraftBeerPi WebView</title>
|
|
</head>
|
|
<body>
|
|
<div id="root" >
|
|
|
|
</div>
|
|
<script src="static/bundle.js" type="text/javascript"></script>
|
|
|
|
</body>
|
|
</html>
|