init
This commit is contained in:
28
public/index.html
Normal file
28
public/index.html
Normal file
@@ -0,0 +1,28 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>DWD Consultancy Services | Keeping Your Data Resilient</title>
|
||||
<meta name="description" content="We provide ready-to-use hardware with preset software with full freedom and ownership. Paid support for FOSS, with customized development. Data archival, migration and recovery services.">
|
||||
<meta http-equiv="refresh" content="0;url=/" />
|
||||
</head>
|
||||
<body>
|
||||
<!-- A hidden form for Netlify to parse and recognize -->
|
||||
<form name="contact" netlify netlify-honeypot="bot-field" hidden>
|
||||
<input type="text" name="name" />
|
||||
<input type="email" name="email" />
|
||||
<input type="tel" name="phone" />
|
||||
<select name="subject">
|
||||
<option value="Hardware Solutions">Hardware Solutions</option>
|
||||
<option value="FOSS Support">FOSS Support</option>
|
||||
<option value="Data Services">Data Services</option>
|
||||
<option value="Custom Development">Custom Development</option>
|
||||
<option value="Other">Other</option>
|
||||
</select>
|
||||
<textarea name="message"></textarea>
|
||||
</form>
|
||||
|
||||
<p>Redirecting to DWD Consultancy Services...</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user