We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e4de2b commit 957e3c3Copy full SHA for 957e3c3
SplitLanding-Page/index.html
@@ -0,0 +1,23 @@
1
+<!DOCTYPE html>
2
+<html lang="en">
3
+<head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Split Landing page</title>
7
+ <link rel="stylesheet" href="style.css">
8
+</head>
9
+<body>
10
+<div class="container">
11
+ <div class="split left">
12
+ <h1>Play Station</h1>
13
+ <a href="*" class="btn">Buy Now</a>
14
+ </div>
15
+ <div class="split right">
16
+ <h1>XBox-series</h1>
17
18
19
+</div>
20
+
21
+ <script src="./script.js"></script>
22
+</body>
23
+</html>
0 commit comments