mirror of
https://github.com/ZeroCatDev/ClassworksKV.git
synced 2025-07-01 20:09:23 +00:00
11 lines
221 B
Plaintext
11 lines
221 B
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title><%= title %></title>
|
|
<link rel='stylesheet' href='/stylesheets/style.css' />
|
|
</head>
|
|
<body>
|
|
<h1><%= title %></h1>
|
|
<p>Welcome to <%= title %></p>
|
|
</body>
|
|
</html> |