divshot-cli
Version:
CLI for Divshot
23 lines (20 loc) • 590 B
HTML
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>My Divshot Application</title>
<style>
body{
font:500 14px/21px 'Helvetica Neue', Helvetica, Arials;
padding:40px;
}
</style>
</head>
<body>
<h1>Welcome to Divshot Hosting!</h1>
<p>Make something static!</p>
<h2>Should there be something here?</h2>
<p><a href="mailto:support@divshot.com">Get Help via Email</a> or <a href="http://docs.divshot.com/guides/common-deploy-issues">Common Deploy Issues Documentation</a></p>
</body>
</html>