Compare commits
No commits in common. "6b180dbaeb76a88a81a4d04e2ccec7dd3bba0470" and "75fb765019d092bec495fdf2bf2c56936ed05b10" have entirely different histories.
6b180dbaeb
...
75fb765019
|
@ -3,8 +3,6 @@ yarn.lock
|
||||||
package-lock.json
|
package-lock.json
|
||||||
dist
|
dist
|
||||||
|
|
||||||
.parcelrc
|
|
||||||
|
|
||||||
*.log
|
*.log
|
||||||
*.tmp
|
*.tmp
|
||||||
|
|
||||||
|
|
|
@ -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>
|
|
@ -4,11 +4,6 @@
|
||||||
<title>resume.js</title>
|
<title>resume.js</title>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<link rel="stylesheet" href="standalone_page.css" />
|
<link rel="stylesheet" href="standalone_page.css" />
|
||||||
<script>
|
|
||||||
var data = {
|
|
||||||
ip: '127.0.0.1'
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
Loading…
Reference in New Issue