rpncalc/index.html

10 lines
178 B
HTML
Raw Permalink Normal View History

2017-08-17 12:03:15 +01:00
<html>
<head>
<link href="style.css" rel="stylesheet">
</head>
<body>
<div id="app"></div>
2017-08-17 14:02:09 +01:00
<script src="app.js"></script>
2017-08-17 12:03:15 +01:00
</body>
</html>