aboutsummaryrefslogtreecommitdiff
path: root/motto/index.html
diff options
context:
space:
mode:
authorMarvin Borner2020-09-01 17:43:23 +0200
committerMarvin Borner2020-09-01 17:43:23 +0200
commit26ba56205707935f59c413202c3f91010c182d36 (patch)
treeb8652925eccc8b6e1b6376fc37255913d3d05752 /motto/index.html
parent94a0f1acd5b708e59281040132e953a11b0a9d39 (diff)
Very much good
Diffstat (limited to 'motto/index.html')
-rw-r--r--motto/index.html29
1 files changed, 0 insertions, 29 deletions
diff --git a/motto/index.html b/motto/index.html
deleted file mode 100644
index 3ef7fc2..0000000
--- a/motto/index.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE html>
-<html>
- <head>
- <meta charset="UTF-8" />
- <meta name="viewport" content="width=device-width" />
- <link rel="stylesheet" href="style.css" type="text/css" media="all" />
- <title>Motto</title>
- </head>
- <body>
- <div class="wrapper">
- <div class="cards">
- <div class="card">
- <img src="https://lorempixel.com/600/300/cats?1" alt=""/>
- <h1>baum</h1>
- </div>
- <div class="card">
- <img src="https://lorempixel.com/600/300/cats?2" alt=""/>
- </div>
- </div>
-
- <div class="yay_or_nay">
- <button id="nay"><img src="x.svg"></img></button>
- <button id="yay"><img src="heart.svg"></img></button>
- </div>
- </div>
- <script charset="utf-8" src="hammer.js"></script>
- <script charset="utf-8" src="script.js"></script>
- </body>
-</html>