obamna
This commit is contained in:
@@ -12,6 +12,8 @@
|
||||
|
||||
<body>
|
||||
|
||||
<input type="checkbox" id="toggle">
|
||||
|
||||
<div id="content">
|
||||
|
||||
<div class="box titlebar">
|
||||
@@ -31,6 +33,8 @@
|
||||
<a href="#">Home</a>
|
||||
<a href="#">Home</a>
|
||||
<a href="#">Home</a>
|
||||
<label id="login-btn" for="toggle">Login</label>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="box" id="content-pane">
|
||||
@@ -40,15 +44,58 @@
|
||||
|
||||
<div class="post">
|
||||
<img class="post-img" src="/static/assets/uwu.jpg" alt="post img">
|
||||
<h3 class="post-title">Title text</h3>
|
||||
<h5 class="post-desc">Description text</h5>
|
||||
<span>
|
||||
<h2 class="post-title">Title text</h3>
|
||||
<p class="post-desc">Description text</p>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div class="post">
|
||||
<img class="post-img" src="/static/assets/uwu.jpg" alt="post img">
|
||||
<span>
|
||||
<h2 class="post-title">Title text</h3>
|
||||
<p class="post-desc">Description text</p>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div id="login-modal-container">
|
||||
|
||||
<div id="login-modal">
|
||||
|
||||
<h1>login <labeL for="toggle">(x)</labeL></h1>
|
||||
<p>secrets beyond human comprehension lie beneath this unassuming login screen</p>
|
||||
|
||||
<div class="container">
|
||||
|
||||
<div class="form-group">
|
||||
<label for="uname"><b>Email:</b></label>
|
||||
<input type="text" name="uname" required>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="psw"><b>Password:</b></label>
|
||||
<input type="password" name="psw" required>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
<button type="submit">Login</button>
|
||||
<br>
|
||||
<label>
|
||||
<input type="checkbox" checked="checked" name="remember"> Remember me
|
||||
</label>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user