31 lines
577 B
HTML
31 lines
577 B
HTML
|
|
<html>
|
|
<head>
|
|
|
|
<title>Korwin generator</title>
|
|
<link rel="stylesheet" href="index.css">
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<div id="cytat">
|
|
|
|
<div id="text">
|
|
|
|
<br><br><br><br><br><br>
|
|
|
|
<h1>Cytat: </h1>
|
|
|
|
<p id="cytatKorwinka">Nie można załadować cytatu</p>
|
|
|
|
<img src="korwin.jpg" style="border-radius: 60px; width: 20vw;" >
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
<p style="opacity: 0.3;">Napisał Technik Informejtik (Mikołaj)</p>
|
|
<script src="index.js"></script>
|
|
</body>
|
|
</html> |