test: essai de référencement

This commit is contained in:
2026-03-12 02:58:24 +01:00
parent 9b8b63cdc6
commit 48fb9fb9fe
2 changed files with 16 additions and 0 deletions
+10
View File
@@ -6,6 +6,16 @@
<title>Drags and Nerds #2</title> <title>Drags and Nerds #2</title>
</head> </head>
<body> <body>
<h1 class="referenceText">
<strong>drags and nerds</strong>
<p>
Drag shows, musique électronique, synthés vidéos et autre performances nerds
</p>
<strong>drag</strong>
<strong>nerd</strong>
<strong>drags</strong>
<strong>nerds</strong>
</h1>
<div id="app"></div> <div id="app"></div>
<script type="module" src="/src/main.js"></script> <script type="module" src="/src/main.js"></script>
</body> </body>
+6
View File
@@ -33,6 +33,12 @@
src:url('./typo/Velvelyne-Bold.ttf') format('truetype'); src:url('./typo/Velvelyne-Bold.ttf') format('truetype');
font-weight: bold; font-weight: bold;
} }
/*=====================Référencement*/
.referenceText{
visibility: hidden;
height:0;
overflow: hidden;
}
/*====================App Racine Vue*/ /*====================App Racine Vue*/
#app{ #app{