-
Notifications
You must be signed in to change notification settings - Fork 0
/
uninstall.html
96 lines (90 loc) · 4.55 KB
/
uninstall.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title id="info.title">Quick Reply Meet</title>
<meta id="info.description" name="description" content="Add shortcuts to pre-defined messages made by you to send quickly in the chat.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="assets/favicon/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Manrope:wght@800&family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://cdn.muicss.com/mui-0.10.3/css/mui.min.css" rel="stylesheet" type="text/css">
<link href="styles/main.css" rel="stylesheet" type="text/css">
<link href="styles/captures.css" rel="stylesheet" type="text/css">
<link href="styles/detailsAndSummary.css" rel="stylesheet" type="text/css">
<link href="styles/mui.css" rel="stylesheet" type="text/css">
<script src="https://cdn.muicss.com/mui-0.10.3/js/mui.min.js"></script>
<script src="https://code.jquery.com/jquery-3.6.0.js" integrity="sha256-H+K7U5CnXl1h5ywQfKtSj8PCmoN9aaq30gDh27Xc0jk=" crossorigin="anonymous"></script>
<script src="js/index.js"></script>
</head>
<body>
<header class="appbar">
<img onclick="window.location.href='index.html'" class="clickable appbarImage" src="assets/logo128.png" alt="Logo - QRM">
<div onclick="window.location.href='index.html'" class="clickable title" id="header.title">Quick Reply Meet</div>
<button id="header.install" onclick="window.location.href = 'index.html';" class="mui-btn mui-btn--primary" style="margin: auto 14px auto auto;">INSTALAR</button>
</header>
<hr class="mui--z2">
<div align="center" class="alignCenter">
<br>
<h1 id="uninstall.title">Oh no!</h1>
<p id="uninstall.description" style="margin: 0px 8px;">It's sad that you are leaving... To improve the project, could you quickly answer these questions?</p>
<iframe id="form.url" frameborder="0" style="height: 500px; width: 100%; margin: 0px 8px;"></iframe>
<!-- <form>
<h4>Qual o motivo de desinstalação?</h4>
<div class="mui-radio">
<label id="form.uninstallReasons.bugs">
<input type="radio" name="uninstallReasons" value="bugs">
Muitos bugs.
</label>
</div>
<div class="mui-radio">
<label id="form.uninstallReasons.reinstall">
<input type="radio" name="uninstallReasons" value="reinstall">
Estou apenas reinstalando.
</label>
</div>
<div class="mui-radio">
<label id="form.uninstallReasons.hope">
<input type="radio" name="uninstallReasons" value="hope">
Não era o que eu esperava.
</label>
</div>
<div class="mui-radio">
<label id="form.uninstallReasons.other">
<input type="radio" name="uninstallReasons" value="other">
Outro motivo.
</label>
</div>
<h4>No geral, você acha que falta muitos recursos na extensão?</h4>
<div class="mui-radio">
<label id="form.improves.no">
<input type="radio" name="improves" value="hope">
Não, já tem o suficiente.
</label>
</div>
<div class="mui-radio">
<label id="form.improves.yes">
<input type="radio" name="improves" value="yes">
Sim, ainda falta muito para ficar bom.
</label>
</div>
<div class="mui-radio">
<label id="form.improves.soso">
<input type="radio" name="improves" value="soso">
Não exatamente, precisa apenas de melhorias nos recursos já presentes.
</label>
</div>
<button id="form.send" onclick="sendForm()" class="mui-btn mui-btn--primary" style="margin: auto 14px auto auto;">SEND</button>
</form> -->
</div>
<script type="text/javascript" src="\js\vanilla-tilt.js"></script>
<script src="js/translation.js"></script>
<script src="js/uninstall.js"></script>
</body>
</html>