initial commit
This commit is contained in:
21
views/index.ejs
Normal file
21
views/index.ejs
Normal file
@@ -0,0 +1,21 @@
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>
|
||||
JAKE HURWITZ IS A BITCH
|
||||
</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link rel="stylesheet" href="/assets/css/styles.css?v1">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="w">
|
||||
<h1>Welcome to <strong>Jake Hurwitz is a bitch</strong> .com</h1>
|
||||
<p><%= visitCount %> People have seen this site and agreed Jake Hurwitz is a bitch</p>
|
||||
<div id="pixel"><a href="https://youcantkillgod.com/">YOU CAN'T KILL GOD</a></div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user