15 lines
394 B
HTML
15 lines
394 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Your App Title</title>
|
|
<link rel="stylesheet" href="/css/fallback/register.css" />
|
|
<!-- Add other head elements here -->
|
|
</head>
|
|
<body>
|
|
<!-- Your app's root element -->
|
|
<div id="root"></div>
|
|
<!-- Add your scripts here -->
|
|
</body>
|
|
</html> |