11 lines
205 B
HTML
11 lines
205 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>upda development</title>
|
|
</head>
|
|
<body>
|
|
<h1>Development setup</h1>
|
|
<p>Frontend needs to be started separately.</p>
|
|
</body>
|
|
</html>
|