Compare commits

..

No commits in common. "6b180dbaeb76a88a81a4d04e2ccec7dd3bba0470" and "75fb765019d092bec495fdf2bf2c56936ed05b10" have entirely different histories.

4 changed files with 13 additions and 7 deletions

2
.gitignore vendored
View File

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

13
src/index.html Normal file
View File

@ -0,0 +1,13 @@
<!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,11 +4,6 @@
<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>