Update user.php

This commit is contained in:
nolanwhy 2023-02-04 22:31:41 +01:00
parent 8bed83d937
commit 7b81689b62
1 changed files with 16 additions and 4 deletions

View File

@ -35,9 +35,21 @@ $getitstarted->header();
</head>
<title><?php echo $sitename; ?> | <?php echo htmlspecialchars($requestUser["username"]); ?></title>
<body>
<h1>yeah im not hired to fucking make css/html -nolanwhy</h1>
<h1>welcome to <?php echo htmlspecialchars($requestUser["username"]); ?>'s profile!!!!!</h1>
<h1>his acc was created at <?php echo htmlspecialchars($requestUser["date"]); ?>
<p>thats all</p>
<main class="container text-white" style="width: 100%;">
<div class="card shadow-sm" style="height: 11.75rem;">
<div class="card-group" style=" margin-left: 10px; margin-top: 10px;">
<!-- start card -->
<div class="card text-white border border-0" style="max-width: 130px;">
<a style="text-decoration: none; text-align: center; margin-bottom: 9px;">
<div class="card-body">
<img src="https://tr.rbxcdn.com/4039b106ee8e92c8c73595ffaa35108d/150/150/AvatarHeadshot/Png" class="rounded-circle" width=100 height=100></img>
</div>
</a>
</div><!-- end card -->
<h1><?php echo htmlspecialchars($requestUser["username"]); ?></h1>
<h3 class="text-muted">"i love sex grublox"</h3>
<!-- yes i tried making it -->
</div></div>
</main>
</body>
</html>