25 lines
483 B
HTML
25 lines
483 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name ="theme-color" content="rgba(121, 167, 54, 1)">
|
|
<link rel="manifest" href="/manifest.json">
|
|
|
|
<title>Parsley</title>
|
|
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<div id="app" data-url="http://localhost:3000/">
|
|
<div id="app-placeholder">
|
|
Loading...
|
|
</div>
|
|
</div>
|
|
|
|
<script src="/packs/application-3067a90281a92d120ca6.js"></script>
|
|
|
|
</body>
|
|
</html>
|