18 lines
660 B
HTML
18 lines
660 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link rel="icon" href="/favicon.ico">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
|
<title>Instacode</title>
|
|
<meta name="description" content="Scratchpad for instant JavaScript code running">
|
|
<link rel="apple-touch-icon" href="/img/icons/apple-touch-icon-180x180.png" sizes="180x180">
|
|
<link rel="mask-icon" href="/img/icons/android-chrome-maskable-192x192.png" color="#282C34">
|
|
<meta name="theme-color" content="#282C34">
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.js"></script>
|
|
</body>
|
|
</html>
|