A website to read articles from other sites. Without JavaScript, ads or any other interruptions. Just content.
https://simplynews.manerakai.com
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
475 B
17 lines
475 B
<!doctype html>
|
|
<html>
|
|
|
|
<head>
|
|
{% block head %}{% endblock %}
|
|
<title>{% block title %}SimplyNews{% endblock %}</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="shortcut icon" href="#">
|
|
<link rel="stylesheet" type="text/css" href="{{ url_for('static',filename='styles/main.css') }}">
|
|
</head>
|
|
|
|
<body>
|
|
{% block content %}{% endblock %}
|
|
<!-- <footer>{% block footer %}{% endblock %}</footer> -->
|
|
</body>
|
|
|
|
</html> |