-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
125 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,125 @@ | ||
<!doctype html> | ||
<html lang="en" charset="UTF-8"> | ||
<head> | ||
<!-- Primary Meta Tags --> | ||
<title> | ||
Join Our Sims Wiki Newsletter Community for Exclusive Updates and Tips! | ||
</title> | ||
<meta | ||
name="title" | ||
content="Join Our Sims Wiki Newsletter Community for Exclusive Updates and Tips!" /> | ||
<meta | ||
name="description" | ||
content="Sign up for our Sims Wiki newsletter to stay ahead in the virtual world! Get exclusive updates, tips, and tricks straight to your inbox. Don't miss out on the latest news and insights about your favorite Sims games. Join our vibrant community today!" /> | ||
|
||
<!-- Open Graph / Facebook --> | ||
<meta property="og:type" content="website" /> | ||
<meta property="og:url" content="https://simsinfo.2ix.de/newsletter" /> | ||
<meta | ||
property="og:title" | ||
content="Join Our Sims Wiki Newsletter Community for Exclusive Updates and Tips!" /> | ||
<meta | ||
property="og:description" | ||
content="Sign up for our Sims Wiki newsletter to stay ahead in the virtual world! Get exclusive updates, tips, and tricks straight to your inbox. Don't miss out on the latest news and insights about your favorite Sims games. Join our vibrant community today!" /> | ||
<!-- <meta | ||
property="og:image" | ||
content="https://metatags.io/images/meta-tags.png" /> --> | ||
|
||
<!-- Twitter --> | ||
<meta name="twitter:card" content="summary" /> | ||
<meta | ||
name="twitter:title" | ||
content="Join Our Sims Wiki Newsletter Community for Exclusive Updates and Tips!" /> | ||
<meta | ||
property="twitter:description" | ||
content="Sign up for our Sims Wiki newsletter to stay ahead in the virtual world! Get exclusive updates, tips, and tricks straight to your inbox. Don't miss out on the latest news and insights about your favorite Sims games. Join our vibrant community today!" /> | ||
|
||
<!-- SEO --> | ||
<meta name="robots" content="index,follow" /> | ||
<meta | ||
name="keywords" | ||
content="the sims 4, the sims, sims cc, sims mods" /> | ||
<meta http-equiv="expires" content="7" /> | ||
<meta name="revisit" content="7 days" /> | ||
<meta name="audience" content="all" /> | ||
<meta name="revisit-after" content="7 days" /> | ||
<meta name="page-topic" content="Sims" /> | ||
<meta http-equiv="Content-Type" content="text/html" /> | ||
<link rel="canonical" href="https://simsinfo.2ix.de" /> | ||
|
||
<!-- Copyright --> | ||
<meta name="author" content="Jesper Mahel" /> | ||
<meta name="contact" content="[email protected]" /> | ||
<meta name="publisher" content="Jesper Mahel" /> | ||
<meta name="copyright" content="Jesper Mahel" /> | ||
|
||
<!-- Tech --> | ||
<noscript> | ||
<div class="noscript alternative js-required"> | ||
<p> | ||
This website requires JavaScript. Your browser doesn't support | ||
JavaScript or you have a JavaScript blocker installed. | ||
</p> | ||
</div> | ||
</noscript> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<link | ||
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" | ||
rel="stylesheet" | ||
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" | ||
crossorigin="anonymous" /> | ||
<script src="/scripts/menufooter.js" async></script> | ||
</head> | ||
<body> | ||
<div id="menu"></div> | ||
<div class="container"> | ||
<h1 style="padding-top: 3em">Contact</h1> | ||
<nav aria-label="breadcrumb"> | ||
<ol class="breadcrumb"> | ||
<li class="breadcrumb-item"><a href="../">Home</a></li> | ||
<li class="breadcrumb-item active" aria-current="page"> | ||
Contact | ||
</li> | ||
</ol> | ||
</nav> | ||
<p></p> | ||
<form> | ||
<div class="mb-3 form-floating" netlify> | ||
<input | ||
type="email" | ||
class="form-control" | ||
id="emailInput" | ||
placeholder="[email protected]" /> | ||
<label for="emailInput">Email adress</label> | ||
<div id="emailHelp" class="form-text"> | ||
We'll never share your email with anyone else. | ||
</div> | ||
</div> | ||
<div class="mb-3 form-floating"> | ||
<textarea | ||
class="form-control" | ||
placeholder="Leave a message here" | ||
id="messageInput" | ||
style="height: 140px"></textarea> | ||
<label for="messageInput">Message</label> | ||
</div> | ||
<div class="mb-3 form-check"> | ||
<input | ||
type="checkbox" | ||
class="form-check-input" | ||
id="exampleCheck1" /> | ||
<label class="form-check-label" for="exampleCheck1"> | ||
I have read and accept the <a href="/privacypolicy/">Privacy Policy</a>. | ||
</label> | ||
</div> | ||
<button type="submit" class="btn btn-primary">Submit</button> | ||
</form> | ||
</div> | ||
<div style="padding-top: 1em" id="footer"></div> | ||
<script | ||
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" | ||
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" | ||
crossorigin="anonymous"></script> | ||
</body> | ||
</html> |