mirror of
https://github.com/speice-io/isomorphic-rust
synced 2025-07-05 07:44:47 -04:00
Add a modern example that doesn't need Webpack patching
This commit is contained in:
16
seed/static/index.html
Normal file
16
seed/static/index.html
Normal file
@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Hello World!</title>
|
||||
<link rel="stylesheet" href="index.css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>💖 Hello World!</h1>
|
||||
<p>Welcome to your Electron application.</p>
|
||||
|
||||
<div id="app"></div>
|
||||
</body>
|
||||
|
||||
<script src="./bundle.js"></script>
|
||||
</html>
|
Reference in New Issue
Block a user