Add stylesheet back, add commented out follow me section
This commit is contained in:
parent
8a5b4479d5
commit
92742d6d09
1 changed files with 17 additions and 0 deletions
17
index.html
17
index.html
|
@ -15,6 +15,7 @@
|
|||
<title>Le plus beau des voyages</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="assets/css/styles.css" />
|
||||
<script type="text/javascript" src="assets/script.js"></script>
|
||||
<!-- bootstrap css -->
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"
|
||||
|
@ -56,6 +57,22 @@
|
|||
<img src="assets/img/spotify-logo.svg" alt="Spotify">
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<!-- Follow Me on
|
||||
<div class="FollowMeOn">
|
||||
<a href="https://www.instagram.com/leplusbeaudesvoyages/">
|
||||
<img src="/assets/images/Instagram_logo.wepb"/>
|
||||
<p>Le plus beau des voyages</p>
|
||||
</a>
|
||||
<a href="https://www.instagram.com/pauline.hrdt/">
|
||||
<img src="/assets/images/Instagram_logo.wepb"/>
|
||||
<p>Pauline.Hrdt</p>
|
||||
</a>
|
||||
<a href="https://www.instagram.com/oscar_le_teckel/">
|
||||
<img src="/assets/images/Instagram_logo.wepb"/>
|
||||
<p>Oscar le teckel</p>
|
||||
</a>
|
||||
</div> -->
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Reference in a new issue