node-ejs-renderer/views/portfolio.ejs

19 lines
425 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>Portfolio</title>
<link rel="stylesheet" href="/css/styles.css">
</head>
<body>
<header>
<h1>Portfolio</h1>
</header>
<main>
<p>Welcome to the portfolio page!</p>
<!-- Add your portfolio content here -->
</main>
</body>
</html>