Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
zlu
zlu.me
Commits
16b9a2b5
Commit
16b9a2b5
authored
Jul 07, 2016
by
zlu
🤸🏿
Browse files
Eliminate unnecessary div
parent
7003e65e
Changes
1
Hide whitespace changes
Inline
Side-by-side
index.html
View file @
16b9a2b5
...
...
@@ -5,10 +5,8 @@
<link
href=
'https://fonts.googleapis.com/css?family=Trykker'
rel=
'stylesheet'
type=
'text/css'
>
</head>
<body>
<div
id=
'main'
></div>
</body>
<script>
var
node
=
document
.
getElementById
(
'
main
'
);
var
app
=
Elm
[
'
Main
'
].
embed
(
node
);
<script
type=
"text/javascript"
>
var
app
=
Elm
.
Main
.
fullscreen
();
</script>
</html>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment