Compare commits
2 Commits
75fb765019
...
6b180dbaeb
Author | SHA1 | Date |
---|---|---|
b1ek | 6b180dbaeb | |
b1ek | c91c19b811 |
|
@ -3,6 +3,8 @@ yarn.lock
|
|||
package-lock.json
|
||||
dist
|
||||
|
||||
.parcelrc
|
||||
|
||||
*.log
|
||||
*.tmp
|
||||
|
||||
|
|
|
@ -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>
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue