mirror of
https://github.com/silicoflare/silicoflare-website.git
synced 2026-05-26 20:17:58 +05:30
Add files via upload
This commit is contained in:
19
htdocs/error_message.html
Normal file
19
htdocs/error_message.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<!doctype html>
|
||||
<html lang = "en">
|
||||
<head>
|
||||
<meta charset = "UTF-8">
|
||||
<meta name = "viewport" content = "width=device-width, initial-scale=1.0">
|
||||
<meta name = "author" content = "SilicoFlare">
|
||||
|
||||
<link rel = "stylesheet" type = "text/css" href = "silicoflare.css">
|
||||
|
||||
<title>Error</title>
|
||||
</head>
|
||||
<body>
|
||||
<style type="text/css"
|
||||
<h1>Oops!</h1>
|
||||
<p>Please ensure you have completed all fields before submitting the form. </p>
|
||||
<p>Also ensure that there is only one email address.</p>
|
||||
<p><a href="JavaScript:history.go(-1);">Back</a></p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user