Skip to content
Snippets Groups Projects
Commit 2e0be9bb authored by HauErn Lien's avatar HauErn Lien
Browse files

Update file tryhomepage.html

parent 177c8816
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,19 @@
}
</style>
</head>
<body>
<div class="intro">
<h1 class="logo-header">
<span class="logo"> Inhale, </span> <span class="logo">heal,</span><span class="logo">repeat.</span>
</h1>
</div>
<header>
<h4>Logo.</h4>
</header>
<script>
let intro = document.querySelector('.intro');
let logo = document.querySelector('.logo-header');
......@@ -103,19 +115,6 @@
})
})
</script>
</head>
<body>
<div class="intro">
<h1 class="logo-header">
<span class="logo"> Inhale, </span> <span class="logo">heal,</span><span class="logo">repeat.</span>
</h1>
</div>
<header>
<h4>Logo.</h4>
</header>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment