13 lines
338 B
Plaintext
13 lines
338 B
Plaintext
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Backend | <%= title %></title>
|
|
</head>
|
|
<body>
|
|
<h1>You have reached the backend views index page!</h1>
|
|
<p>Currently, there is nothing to display!</p>
|
|
</body>
|
|
</html>
|