Update 'index.html'

This commit is contained in:
nodemixaholic 2024-03-31 20:08:42 +00:00
parent 4cf36afc89
commit 3963ccc9c8

View file

@ -4,7 +4,7 @@
<title>FrontendJS Example</title> <title>FrontendJS Example</title>
</head> </head>
<body> <body>
<script src="http://nodemixaholic.com:3002/nodemixaholic/frontend.js/raw/branch/main/frontend.js"></script> <script src="frontend.js"></script>
<script> <script>
clearPage() clearPage()
let firstH1 = createElement("h1", "h1-1") let firstH1 = createElement("h1", "h1-1")