peachy-go/desktop/static/index.html

12 lines
274 B
HTML
Raw Permalink Normal View History

2024-11-05 12:17:27 +00:00
<!DOCTYPE html>
<html>
2024-11-05 22:41:34 +00:00
<head>
2024-11-05 12:17:27 +00:00
<title>Hello World</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2024-11-05 22:41:34 +00:00
<link rel="icon" href="static/favicon.ico">
</head>
<body>
2024-11-05 12:17:27 +00:00
<h1>Hello World</h1>
2024-11-05 22:41:34 +00:00
</body>
2024-11-05 12:17:27 +00:00
</html>