node-ejs-renderer/views/contact.ejs

15 lines
368 B
Plaintext
Raw Normal View History

2024-06-09 13:55:01 -04:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact - <%= title %></title>
<link rel="stylesheet" href="/css/styles.css">
</head>
<body>
<h1>Contact Us</h1>
<p>This is the contact page.</p>
<script src="/js/index.js"></script>
</body>
</html>