Skip to content

Commit 0b58d3c

Browse files
committed
add dummy index.html for go embed
1 parent 569ec03 commit 0b58d3c

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

webui/dist/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8" />
5+
<title>Mokapi UI</title>
6+
</head>
7+
<body>
8+
<noscript>
9+
The UI is not built yet. Run the webui build to generate this folder.
10+
</noscript>
11+
</body>
12+
</html>

0 commit comments

Comments
 (0)