You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
filepizza/views/error.ejs

17 lines
297 B
Plaintext

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>WebDrop | <%= status %></title>
<link rel="stylesheet" href="index.css">
<script src="/socket.io/socket.io.js"></script>
</head>
<body>
<%= message %>
</body>
</html>