Files
website/public/index.html
2022-01-29 08:10:28 +09:30

53 lines
2.4 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Home [No Fuss Computing]</title>
<meta name="robots" content="index,follow"/>
<meta name="description" content="Here at No Fuss Computing we predominately do research and development into, making your computing experience a more enjoyable one. See our projects page to find out what we are working on."/>
<meta property="og:locale" content="en_US"/>
<meta property="og:type" content="website"/>
<meta property="og:title" content="Home [No Fuss Computing]"/>
<meta property="og:description" content="Here at No Fuss Computing we predominately do research and development into, making your computing experience a more enjoyable one. See our projects page to find out what we are working on."/>
<meta property="og:url" content="http://nofusscomputing.com/"/>
<meta property="og:site_name" content="No Fuss Computing"/>
<meta property="og:image" content="images/nfc_header.png"/>
<link rel="canonical" href="http://nofusscomputing.com/"/>
<style type="text/css">
.StatusMessage {
font-size: 36px;
color: #FF0000;
}
</style>
</head>
<body>
<div align="center">
<p><img src="images/nfc_header.png" width="300" height="100"></p>
<br>
<p>View us at other locations</p>
<p>
<a href="https://hub.docker.com/u/nofusscomputing" target="_new"><img height="32" width="32" src="https://simpleicons.org/icons/docker.svg" width="40" height="40" style="background: #2496ED;"> - Docker Hub</a><br>
<a href="https://github.com/NoFussComputing" target="_new"><img height="32" width="32" src="https://simpleicons.org/icons/github.svg" width="40" height="40" style="background: #FFFFFF;"> - GitHub</a><br>
<a href="https://gitlab.com/nofusscomputing" target="_new"><img height="32" width="32" src="https://simpleicons.org/icons/gitlab.svg" width="40" height="40" style="background: #FCA121;"> - Gitlab</a><br>
<a href="https://www.facebook.com/NoFussComputing" target="_new"><img height="32" width="32" src="https://simpleicons.org/icons/facebook.svg" width="40" height="40" style="background: #1877F2;"> - FaceBook</a><br>
<a href="https://readthedocs.org/profiles/nofusscomputing/" target="_new"><img height="32" width="32" src="https://simpleicons.org/icons/readthedocs.svg" width="40" height="40" style="background: #8CA1AF;"> - Read the Docs</a><br>
</p>
<br>
<br>
<p>&copy; 2007-2021</p>
</div>
</body>
</html>