mirror of
https://github.com/MailHops/mailhops-plugin.git
synced 2025-05-17 06:40:08 -07:00
31 lines
1.4 KiB
HTML
31 lines
1.4 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>MailHops</title>
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fomantic-ui/2.8.7/semantic.min.css" integrity="sha512-g/MzOGVPy3OQ4ej1U+qe4D/xhLwUn5l5xL0Fa7gdC258ZWVJQGwsbIR47SWMpRxSPjD0tfu/xkilTy+Lhrl3xg==" crossorigin="anonymous" />
|
|
</head>
|
|
<body>
|
|
<div class="popup-page" style="max-width: 400px;">
|
|
<div id="hop-message" class="ui message">
|
|
<div id="hop-message-header" class="header" style="text-align: center;"></div>
|
|
</div>
|
|
|
|
<div id="hop-list" class="ui relaxed divided list" style="padding: 10px;"></div>
|
|
|
|
<div id="mh-auth" style="padding-left: 10px;padding-right: 10px;"></div>
|
|
|
|
<div class="ui divider"></div>
|
|
|
|
<div class="wrapbutton" style="margin: 4px;">
|
|
<button type="button" class="ui green button" id="mh-map-button">Map</button>
|
|
<button type="button" class="ui blue button" id="mh-reload-button">Reload</button>
|
|
<button type="button" class="ui icon button" id="mh-options-button" style="float: right;">Options</button>
|
|
</div>
|
|
</div>
|
|
|
|
<script src="/js/utils.js"></script>
|
|
<script src="/js/mailhops_details.js" defer="true"></script>
|
|
</body>
|
|
</html> |