mirror of
https://github.com/seigler/dashdev-website
synced 2025-07-26 22:36:09 +00:00
79 lines
No EOL
1.6 KiB
HTML
79 lines
No EOL
1.6 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Contact - dashdevs-suite</title>
|
|
|
|
|
|
<meta name="HandheldFriendly" content="true">
|
|
<meta name="MobileOptimized" content="320">
|
|
<meta name="viewport" content="width=device-width,shrink-to-fit=no,user-scalable=no,initial-scale=1,minimum-scale=1,minimal-ui">
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
|
<meta name="mobile-web-app-capable" content="yes">
|
|
|
|
<link rel="stylesheet" media="all" href="../css/styles.css" />
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<header>
|
|
|
|
<div class="content">
|
|
|
|
<p class="logo"><a href="../">dashdevs-suite</a></p>
|
|
<!-- main navigation -->
|
|
<nav class="nav main">
|
|
<ul>
|
|
<li>
|
|
<a href="../">Home</a>
|
|
</li>
|
|
<li>
|
|
<a href="../start/">Start</a>
|
|
</li>
|
|
<li>
|
|
<a href="../article/">Articles</a>
|
|
</li>
|
|
<li>
|
|
<a href="../contact/" class="active">Contact</a>
|
|
</li>
|
|
</ul>
|
|
</nav>
|
|
|
|
</div>
|
|
|
|
</header>
|
|
|
|
<main>
|
|
|
|
<div class="content">
|
|
|
|
|
|
<article>
|
|
|
|
<h1>Contact</h1>
|
|
|
|
<p>Any questions?</p>
|
|
<p>Contact us at <a href="">Dash DApp Developers Discord</a></p>
|
|
|
|
|
|
</article>
|
|
|
|
</div>
|
|
|
|
</main>
|
|
|
|
<!-- <footer>
|
|
|
|
<p>Help make this page better. <a href="https://github.com/dashdev-suite/dashdev-website/tree/master/src">Edit here</a></p>
|
|
|
|
<!-- <p>By <a href="https://chat.dashdevs.org">dashdevs</a> and featured on <a href="http://www.dashdevs.org/">DashDevs.org</a></p> -->
|
|
|
|
<!-- <p class="siteinfo">Development build, version 1.0.0, page template</p> -->
|
|
|
|
</footer> -->
|
|
|
|
</body>
|
|
|
|
</html> |