17 lines
597 B
Plaintext
17 lines
597 B
Plaintext
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="/assets/css/bootstrap.min.css">
|
|
<title>Funny goofy test page!!!!!1!</title>
|
|
</head>
|
|
<body>
|
|
<h1>Welcome to the Funny Goofy Test Page <%= session.username %>!</h1>
|
|
<p>This is a simple web page to demonstrate EJS templating with Bootstrap styling.</p>
|
|
|
|
<script src="/assets/js/bootstrap.min.js"></script>
|
|
<script src="/assets/js/bootstrap.bundle.min.js"></script>
|
|
<script src="/assets/js/jquery.min.js"></script>
|
|
</body>
|
|
</html> |