bitwarden-estensione-browser/src/downloader/index.html

11 lines
255 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
2018-01-15 16:13:02 +01:00
<title>Downloading File</title>
<meta charset="utf-8" />
</head>
2018-01-15 16:13:02 +01:00
<body style="padding: 30px; text-align: center; font-family: Arial; font-size: 18px;">
2018-01-15 16:01:25 +01:00
<div id="dl-message">Downloading...</div>
</body>
</html>