Compare commits

...

2 Commits

Author SHA1 Message Date
b1ek 6b180dbaeb
change parcel configuration mechanism 2023-03-22 20:26:55 +10:00
b1ek c91c19b811
remove index.html (orphan file) 2023-03-22 20:08:23 +10:00
4 changed files with 7 additions and 13 deletions

2
.gitignore vendored
View File

@ -3,6 +3,8 @@ yarn.lock
package-lock.json
dist
.parcelrc
*.log
*.tmp

View File

@ -1,13 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>resume.js</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="standalone_page.css" />
</head>
<body>
<div id="resume_js_app"></div>
<script src="resume.js" type="module"></script>
</body>
</html>

View File

@ -4,6 +4,11 @@
<title>resume.js</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="standalone_page.css" />
<script>
var data = {
ip: '127.0.0.1'
}
</script>
</head>
<body>