parsley/index.html

25 lines
483 B
HTML
Raw Normal View History

2019-03-23 14:55:27 -05:00
<!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>