mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-03 05:23:17 +00:00
22 lines
597 B
HTML
22 lines
597 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link rel="stylesheet" href="css/pref.css">
|
|
<script type="text/javascript">
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<div class="close" id="close-button">Close</div>
|
|
<div class="form">
|
|
<form onsubmit="addDomain(); return false">
|
|
<input id="url" type="text" placeholder="zulip.example.com">
|
|
<button type="submit" id="main" value="Submit" onclick="addDomain();">
|
|
Switch</button>
|
|
<img id="pic" src="img/loader.gif" />
|
|
</form>
|
|
<p id="urladded"><p>
|
|
</div>
|
|
<script src="js/pref.js"></script>
|
|
</body>
|
|
</html> |