Update index.php

This commit is contained in:
awesomeuser 2023-08-01 19:06:27 +00:00
parent e5294aa4c5
commit 6790c1f771

View file

@ -18,13 +18,13 @@
</head> </head>
<body> <body>
<div style="width: 100%; max-width: 600px; background: white; height: 100vh; margin: auto; padding: 10px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;"> <div style="width: 100%; max-width: 600px; background: white; height: 100vh; margin: auto; padding: 10px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-shadow: 0px 0px 10px gray;">
<h1 style="margin: 0; font-size: 20px;"><span style="color: var(--accent);">furp</span>social</h1> <h1 style="margin: 0; font-size: 20px;"><span style="color: var(--accent);">furp</span>social</h1>
<hr> <hr>
<br><br> <br><br>
<form action="index.php" method="post"> <form action="https://furp.colean.cc/" method="post">
Name: <input type="text" name="name"><br> Name: <input type="text" name="name"><br>
E-mail: <input type="text" name="email"><br> E-mail: <input type="text" name="email"><br>
<input type="submit"> <input type="submit">