2023-10-01 23:39:12 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width">
|
|
|
|
<title>FP650 - Raw - <%= fileName %></title>
|
|
|
|
<link href="/style.css" rel="stylesheet" type="text/css" />
|
2023-10-02 02:21:42 +00:00
|
|
|
<link href="/styles/bounce.css" rel="stylesheet" type="text/css" />
|
2023-10-02 01:28:54 +00:00
|
|
|
<!-- <script async src="https://api.countapi.xyz/hit/firepup650.repl.co/visits"></script> -->
|
|
|
|
<!-- <script async src="https://api.countapi.xyz/hit/firepup650.repl.co/raw"></script> -->
|
2023-10-01 23:39:12 +00:00
|
|
|
</head>
|
2024-04-27 05:21:06 +00:00
|
|
|
<body>
|
2023-10-01 23:39:12 +00:00
|
|
|
<% if (!raw) { %>
|
2024-05-05 04:28:59 +00:00
|
|
|
<h5 hidden id='Maintenance' class="center"></h5>
|
2023-10-01 23:39:12 +00:00
|
|
|
<p class=force-color><%- fileData %></p>
|
|
|
|
<script src="/script.js"></script>
|
|
|
|
<% } else { %>
|
|
|
|
<p class="force-color left"><%- fileData %></p>
|
|
|
|
<% } %>
|
|
|
|
</body>
|
2024-05-05 04:28:59 +00:00
|
|
|
</html>
|