mirror of
https://github.com/fromchat-messenger/web.git
synced 2026-09-22 19:15:08 +03:00
14 lines
270 B
HTML
14 lines
270 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>Hello World!</title>
|
|
|
|
</head>
|
|
<body>
|
|
<h1>💖 Hello World!</h1>
|
|
<p>Welcome to your Electron application.</p>
|
|
<script type="module" src="/src/renderer.js"></script>
|
|
</body>
|
|
</html>
|