resume.js/src/resume.html

18 lines
405 B
HTML
Raw Normal View History

2023-03-19 03:30:29 +01:00
<!DOCTYPE html>
<html>
<head>
<title>resume.js</title>
2023-03-21 14:11:33 +01:00
<meta charset="utf-8" />
<link rel="stylesheet" href="standalone_page.css" />
2023-03-22 11:26:55 +01:00
<script>
var data = {
ip: '127.0.0.1'
}
</script>
2023-03-19 03:30:29 +01:00
</head>
<body>
<div id="resume_js_app"></div>
2023-03-21 14:11:33 +01:00
<script src="resume.js" type="module"></script>
2023-03-19 03:30:29 +01:00
</body>
</html>