Skip to content

Commit

Permalink
[memos] add frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
keltecc committed Nov 4, 2023
1 parent 86bbe29 commit efafdcc
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions services/memos/service/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@
<meta charset="utf-8">
<title>memos</title>
</head>
<body>
<p>hello, please create a meme</p>
<body style="background-color: #003300; text-align: center">
<p style="color: white; font-size: 5vh; font-weight: bolder;">
website has been pwned by lizards
</p>
<img
src="https://media.tenor.com/8JYBrBwYmSMAAAAd/lizard-dance.gif"
style="height: 80vh"
>
</body>
</html>

0 comments on commit efafdcc

Please sign in to comment.