-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7400198
commit 9d55c9b
Showing
4 changed files
with
70 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,50 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>vrabec</title> | ||
<script src="script.js" defer></script> | ||
<link rel="stylesheet" href="style.css" /> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>vrabec</title> | ||
<script src="script.js" defer></script> | ||
<link rel="stylesheet" href="style.css" /> | ||
|
||
<link rel="preconnect" href="https://fonts.googleapis.com" /> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> | ||
<link | ||
href="https://fonts.googleapis.com/css2?family=Inter:wght@800&display=swap" | ||
rel="stylesheet" | ||
/> | ||
<link rel="preconnect" href="https://fonts.googleapis.com" /> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> | ||
<link | ||
href="https://fonts.googleapis.com/css2?family=Kanit:wght@900&display=swap" | ||
rel="stylesheet" | ||
/> | ||
</head> | ||
<body> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/102/three.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/simplex-noise/2.3.0/simplex-noise.min.js"></script> | ||
<link rel="preconnect" href="https://fonts.googleapis.com" /> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> | ||
<link | ||
href="https://fonts.googleapis.com/css2?family=Inter:wght@800&display=swap" | ||
rel="stylesheet" | ||
/> | ||
<link rel="preconnect" href="https://fonts.googleapis.com" /> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> | ||
<link | ||
href="https://fonts.googleapis.com/css2?family=Kanit:wght@900&display=swap" | ||
rel="stylesheet" | ||
/> | ||
</head> | ||
<body> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/102/three.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/simplex-noise/2.3.0/simplex-noise.min.js"></script> | ||
|
||
<div id="visualiser"> | ||
<div class="datum"><p id="text">17.1.2024</p></div> | ||
</div> | ||
</body> | ||
<div id="visualiser"> | ||
<div class="datum"><p id="text">17.1.2024</p></div> | ||
</div> | ||
<div class="opis"> | ||
<p id="textopis"> | ||
=Lorem ipsum dolor sit amet consectetur adipisicing elit. Dicta | ||
suscipit et accusamus expedita repellat saepe deserunt | ||
asperiores libero explicabo quas autem officia sapiente corporis | ||
pariatur, esse non excepturi quia voluptatibus debitis corrupti | ||
quaerat cupiditate aspernatur dolorum. Quaerat amet officia | ||
officiis ipsam nisi id earum velit! Accusantium quia nesciunt | ||
odit provident ad nobis sint? Iusto non ea at, minima, maxime | ||
quidem eum doloribus laboriosam totam repellat omnis veniam | ||
mollitia libero molestiae est exercitationem beatae optio, quae | ||
quaerat labore quisquam! Vero esse laudantium blanditiis | ||
nesciunt fugiat, delectus expedita provident sed, placeat nobis | ||
quia amet mollitia quibusdam, voluptate aperiam temporibus. Aut, | ||
odit obcaecati? | ||
</p> | ||
<br /> | ||
<p></p> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters