electron/spec/fixtures/apps/self-module-paths/index.html

8 lines
118 B
HTML

<!DOCTYPE html>
<html>
<body>
<h1>Hello World!</h1>
<script src="./renderer.js"></script>
</body>
</html>