Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Commit bf49a95

Browse files
committed
Initial commit
0 parents  commit bf49a95

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

da-logo.png

18.2 KB
Loading

index.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<meta name="description" content="DevAssistant is a tool to make software developers' life easier" />
7+
<title>DevAssistant - {% block title %}{% endblock %}</title>
8+
<link rel="icon" type="image/x-icon" href="{{ url_for('static', filename='favicon.ico') }}">
9+
<link href='http://fonts.googleapis.com/css?family=Spinnaker' rel='stylesheet' type='text/css'>
10+
</head>
11+
12+
<body style="text-align: center">
13+
<center>
14+
<img src="da-logo.png" style="margin-top: 100px" />
15+
<h1>DevAssistant is dead.</h1>
16+
<p style="width: 50%; min-width: 500px">We are sorry to inform you that DevAssistant is no longer maintained.
17+
You can access its sources at <a href="https://github.com/devassistant/devassistant" alt="DevAssistant GitHub repository">the GitHub repository</a>, and other resources are in the <a href="https://github.com/devassistant" title="The DevAssistant GitHub organization">GitHub organization</a>.</p>
18+
<p>Good bye, everyone.</p>
19+
</center>
20+
</body>
21+
</html>

0 commit comments

Comments
 (0)