mirror of
https://github.com/BenDWit/freecodecamp.git
synced 2025-12-23 13:09:59 +01:00
old stuff
This commit is contained in:
parent
fc385a818d
commit
20c9e4212c
8 changed files with 158 additions and 0 deletions
|
|
@ -0,0 +1,23 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Confidential Email</title>
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<main id="email">
|
||||
<div id="confidential">
|
||||
<p>CONFIDENTIAL</p>
|
||||
</div>
|
||||
<div id="top-secret">
|
||||
<p>TOP SECRET</p>
|
||||
</div>
|
||||
<p>address:<span class="blurred">Homestreet 1 1919EI</span></p>
|
||||
<p>name:<span class="blurred">BEN</span></p>
|
||||
<p>sender:<span class="blurred">CIA</span></p>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue