mirror of
https://github.com/avinal/avinal.github.io.git
synced 2026-07-04 07:40:09 +05:30
d949aab083
Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
20 lines
486 B
HTML
20 lines
486 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="public/foo-style.css">
|
|
<title>Document</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app"></div>
|
|
<script src="public/app.js"></script>
|
|
<script>
|
|
var app = Elm.Main.init({ node: document.getElementById("app") });
|
|
</script>
|
|
</body>
|
|
|
|
</html> |