2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-06-03 13:20:47 +00:00
nativefier/app/index.html
2015-07-05 14:08:13 +08:00

16 lines
289 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Nativefier</title>
<link rel="stylesheet" href="assets/css/main.css">
</head>
<body>
<div id="webViewDiv" style="width:100%; height:100%"></div>
<script src="assets/js/index.js"></script>
</body>
</html>