mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-23 18:53:36 +02:00
13 lines
262 B
HTML
13 lines
262 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Hello World!</title>
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
<body>
|
|
<div style="height: '1000px';" id="react-root"></div>
|
|
<script src="gui/Root.min.js"></script>
|
|
</body>
|
|
</html>
|