Update end.html
End User page
This commit is contained in:
parent
f10379033a
commit
ed46e4dee4
2 changed files with 34 additions and 0 deletions
|
@ -25,6 +25,8 @@
|
|||
<h5 class="force-color">Current user pages</h5>
|
||||
<a href="/user/youngchief" class="cyan">Youngchief</a>
|
||||
<br/>
|
||||
<a href="/user/end" class="cyan">End</a>
|
||||
<br/>
|
||||
<a href="/user/coderelijah" class="cyan">CoderElijah</a>
|
||||
<br/>
|
||||
<a href="/user/bigminiboss" class="cyan">bigminiboss</a>
|
||||
|
|
32
public/pages/users/end.html
Normal file
32
public/pages/users/end.html
Normal file
|
@ -0,0 +1,32 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<title>End - FP650</title>
|
||||
<meta name="description" content="Ends' user page" />
|
||||
<meta property="og:title" content="End - FP650" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:image" content="https://firepup650.com/favicon.ico" />
|
||||
<meta property="og:image:height" content="512" />
|
||||
<meta property="og:image:width" content="512" />
|
||||
<meta property="og:url" content="https://firepup650.com/user/end" />
|
||||
<meta property="og:description" content="Ends' user page" />
|
||||
<meta property="og:site_name" content="Firepup650's Site" />
|
||||
<meta property="og:locale" content="en_US">
|
||||
<meta property="og:logo" content="https://firepup650.com/favicon.ico" />
|
||||
<link href="/styles/style.css" rel="stylesheet" type="text/css" />
|
||||
<!-- <script async src="https://api.countapi.xyz/hit/firepup650.repl.co/visits"></script> -->
|
||||
<!-- <script async src="https://api.countapi.xyz/hit/firepup650.repl.co/user-pages"></script> -->
|
||||
</head>
|
||||
<body>
|
||||
<h5 hidden id='Maintenance' class="center"></h5>
|
||||
<span class=center>
|
||||
<h5 class="force-color">Welcome to End's page!</h5>
|
||||
</span>
|
||||
<div class="iframe-container" style="width:100%; height:80vh; margin:0 auto;">
|
||||
<iframe src="https://endoftimee.tech" width="100%" height="100%" frameborder="0"></iframe>
|
||||
</div>
|
||||
<script src="/scripts/script.js"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue