Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects

Draft: Resolve "test theme creator"

Closed Julie Thezenas requested to merge 10-test-theme-creator into main
4 files
+ 416
5
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 22
0
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="common.scss">
<title>Base thème</title>
</head>
<body>
<!--SECTION AFTER HEAD-->
<h1>Hello Totoro</h1>
<div class="banner">
<img class="banner_images" src="../../../../../totoro_triste.png" alt="">
<img class="banner_images" src="../../../../../totoro_triste.png" alt="">
<img class="banner_images" src="../../../../../totoro_triste.png" alt="">
</div>
</body>
</html>
\ No newline at end of file
Loading