More cleanup

This commit is contained in:
Viktor Petersson
2022-11-29 17:23:12 +00:00
parent 5f07e0abc3
commit 3c0e60ded0
3 changed files with 28 additions and 2 deletions

View File

View File

@@ -1,2 +0,0 @@
coffee: coffee -mwc static/js
sass: sass -w static/sass/screenly.scss:static/css/screenly.css

28
faq.html Normal file
View File

@@ -0,0 +1,28 @@
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="Anthias" />
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>Anthias</title>
</head>
<body>
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h1>Anthias FAQ</h1>
<h4>What is Screenly OSE?</h4>
<p>Anthias used to be known as Screenly OSE. The product was renamed in 2022. For more details, see this blog post.</p>
<h4>Where can I get support for Anthias?</h4>
<p>Display 1080p Full HD images, videos, and live web pages.</p>
</body>
</html>