15 lines
297 B
HTML
15 lines
297 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>lunch run!</title>
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<link rel="shortcut icon" type="image/png" href="/favicon.png"/>
|
|
</head>
|
|
<body>
|
|
<div id="elmish-app"></div>
|
|
</body>
|
|
</html>
|