18 lines
405 B
HTML
18 lines
405 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<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>
|
|
<div id="resume_js_app"></div>
|
|
<script src="resume.js" type="module"></script>
|
|
</body>
|
|
</html> |