-
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.
Merge pull request #1 from cristalvioletacristal/tests
Tests
- Loading branch information
1 parent
1c27c20
commit ccf88d6
Showing
3 changed files
with
47 additions
and
48 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,43 +1,33 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<!-- reference: | ||
luyang.asia | ||
https://cinni.net | ||
--> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<title ?class="inline-img">♡ cristalvioletacristal ♡ </title> | ||
<link rel="shortcut icon" href=".\images\icon\vvinx1280000.png" type="image/x-icon"> | ||
<title>♡ cristalvioletacristal ♡</title> | ||
<link rel="shortcut icon" href="./images/icon/vvinx1280000.png" type="image/x-icon"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>cristalvioletacristal</title> | ||
<link rel="stylesheet" href="./styles.css"> | ||
<script src="./sketch.js" defer></script> | ||
</head> | ||
|
||
<body> | ||
<video autoplay muted loop id="myVideo"> | ||
<source src="./videos/demais-para-contar.mp4" type="video/mp4"> | ||
</video> | ||
<video autoplay muted loop id="videoDemaisParaContar"> | ||
<source src="./videos/demais-para-contar.mp4" type="video/mp4"> | ||
Your browser does not support the video tag. | ||
</video> | ||
|
||
<header class="header"> | ||
<h1>cristalvioletacristal</h1> | ||
</header> | ||
|
||
|
||
|
||
<div class="gallery"> | ||
<img src=".\images\icone-oblivio-inconfesso-bebe.png"> | ||
<img src=".\images\icone-melting-dpi.webp"> | ||
<img src=".\images\icone-fresta.jpg"> | ||
<img src=".\images\icone-cmedi-poster-ingles.jpg"> | ||
<img src=".\images\icone-demais-para-contar.jpg"> | ||
<img src=".\images\icone-estou-paralisada-de-medo-de-voces.png"> | ||
<img src=".\images\icone-glitch-desvio-do-diluvio-paradigmatico.png"> | ||
<img src=".\images\icone-erro-nascimento.png"> | ||
|
||
|
||
|
||
<img src="./images/icone-oblivio-inconfesso-bebe.png" alt="icone-oblivio"> | ||
<img src="./images/icone-melting-dpi.webp" alt="icone-melting"> | ||
<img src="./images/icone-fresta.jpg" alt="icone-fresta"> | ||
<img src="./images/icone-cmedi-poster-ingles.jpg" alt="icone-cmedi"> | ||
<img src="./images/icone-demais-para-contar.jpg" alt="icone-demais"> | ||
<img src="./images/icone-estou-paralisada-de-medo-de-voces.png" alt="icone-estou-paralisada"> | ||
<img src="./images/icone-glitch-desvio-do-diluvio-paradigmatico.png" alt="icone-glitch"> | ||
<img src="./images/icone-erro-nascimento.png" alt="icone-erro"> | ||
</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