mirror of
https://github.com/viq/NewsBlur.git
synced 2025-11-01 09:09:16 +00:00
10 lines
No EOL
214 B
HTML
Executable file
10 lines
No EOL
214 B
HTML
Executable file
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<script type="text/javascript" src="javascripts/main.js"></script>
|
|
<title>NewsBlur Notifier</title>
|
|
</head>
|
|
|
|
<body onload="init()">
|
|
</body>
|
|
</html> |