mirror of
https://github.com/Sneed-Group/frontend-js-example
synced 2024-12-23 03:35:22 -06:00
Update 'index.html'
This commit is contained in:
parent
279bbd9d7a
commit
deb2f26336
1 changed files with 1 additions and 3 deletions
|
@ -1,11 +1,9 @@
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
|
||||||
<title>FrontendJS Example</title>
|
|
||||||
</head>
|
|
||||||
<script src="frontend.js"></script>
|
<script src="frontend.js"></script>
|
||||||
<script>
|
<script>
|
||||||
|
initHead("FrontendJS Example")
|
||||||
initBody()
|
initBody()
|
||||||
clearPage()
|
clearPage()
|
||||||
writeHTML("body", markdownToHTML(`# Hello world!
|
writeHTML("body", markdownToHTML(`# Hello world!
|
||||||
|
|
Loading…
Reference in a new issue