Update index.php
This commit is contained in:
parent
e5294aa4c5
commit
6790c1f771
1 changed files with 2 additions and 2 deletions
|
@ -18,13 +18,13 @@
|
|||
</head>
|
||||
<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>
|
||||
|
||||
<hr>
|
||||
<br><br>
|
||||
|
||||
<form action="index.php" method="post">
|
||||
<form action="https://furp.colean.cc/" method="post">
|
||||
Name: <input type="text" name="name"><br>
|
||||
E-mail: <input type="text" name="email"><br>
|
||||
<input type="submit">
|
||||
|
|
Reference in a new issue