Skip to content

Commit

Permalink
Add dummy landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperDragonXD authored Dec 25, 2024
1 parent 979bfef commit b3ce9cd
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions lawnicons-request/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" >
<meta name="viewport" content="width=device-width, initial-scale=1.0" >
<meta http-equiv="X-UA-Compatible" content="ie=edge" >
<title>Lawnicons Icon Request form</title>
<meta http-equiv="Refresh" content="0; url='#'" >
</head>
<body style="background: hsl(209deg, 78%, 48%); color: white; font-family: sans-serif">
Request icons for Lawnicons at the
<a href="#" style="color: inherit">Google Forms</a>
<script
async
defer
src="https://scripts.simpleanalyticscdn.com/latest.js"
></script>
<noscript>
<img
src="https://queue.simpleanalyticscdn.com/noscript.gif"
alt=""
referrerpolicy="no-referrer-when-downgrade"
>
</noscript>
</body>
</html>

0 comments on commit b3ce9cd

Please sign in to comment.