forked from simrail/simrail.pro
47 lines
1.2 KiB
Plaintext
47 lines
1.2 KiB
Plaintext
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>simrail.alekswilc.dev</title>
|
|
<meta name="description"
|
|
content="Profil prywatny">
|
|
<meta property="og:title" content="Simrail Log">
|
|
<meta property="og:url" content="https://simrail.alekswilc.dev/">
|
|
<meta property="og:description"
|
|
content="Profil prywatny">
|
|
<meta property=" og:type" content="website">
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/open-fonts@1.1.1/fonts/inter.min.css">
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@exampledev/new.css@1.1.2/new.min.css">
|
|
|
|
<style>
|
|
p {
|
|
margin: 0;
|
|
}
|
|
|
|
.details {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.clickable {
|
|
cursor: pointer;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<%- include('../_modules/header.ejs', { section: 'profiles' }) %>
|
|
|
|
<div class="details">
|
|
<p>Profil gracza jest prywatny.</p>
|
|
|
|
</div>
|
|
<hr>
|
|
<%- include('../_modules/footer.ejs', { thanks: false, version, commit }) %>
|
|
|
|
</body>
|
|
|
|
</html> |