esa-nodecg/src/graphics/template.html
2024-03-13 11:26:46 +01:00

14 lines
178 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title><%= htmlWebpackPlugin.options.title %></title>
</head>
<body>
<div id="App"></div>
</body>
</html>