mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-13 18:30:54 +01:00
13 lines
153 B
HTML
13 lines
153 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Hello World!</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app" class="app"></div>
|
|
</body>
|
|
|
|
</html> |