initial commit
This commit is contained in:
31
web/apps/ep-sample-tool/index.html
Normal file
31
web/apps/ep-sample-tool/index.html
Normal file
@@ -0,0 +1,31 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta
|
||||
name="viewport"
|
||||
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
|
||||
/>
|
||||
<meta
|
||||
name="description"
|
||||
content="Local offline launcher for the Teenage Engineering EP sample tool"
|
||||
/>
|
||||
<title>ep sample tool (offline)</title>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/x-icon"
|
||||
href="/apps/ep-sample-tool/assets/favicon-CV1VhAGr.ico"
|
||||
/>
|
||||
<script
|
||||
type="module"
|
||||
src="/apps/ep-sample-tool/assets/index-bjKAcMKp.js"
|
||||
></script>
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="/apps/ep-sample-tool/assets/index-qny0Yi1N.css"
|
||||
/>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user