-
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathinfo.html
More file actions
40 lines (35 loc) · 1.88 KB
/
info.html
File metadata and controls
40 lines (35 loc) · 1.88 KB
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
<html>
<head>
<link rel='stylesheet' href='https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css' integrity='sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T' crossorigin='anonymous'>
<script src="scripts/jquery-3.4.1.slim.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="css/style.css">
<title>Info</title>
</head>
<body class="body" id="body">
<div class="container">
<div class="row">
<div class="col">
<b>SusAlert will automatically start when the Croesus encounter starts. If you encounter any issues, please check that your runescape settings are correct:</b><br>
- The bosstimer is enabled & never obstructed.<br>
- Interface scaling is set to 100%.<br>
- Game messages are turned on.<br>
- Local timestamps in chat box are enabled.<br>
- Correct chatbox is selected.<br>
- Chat textsize is preferably atleast 12.<br>
- Interface transparency is 0%, a transparent chatbox may cause issues with the statue indicators.<br><br>
<b>More information can be found here: <a href="https://github.com/Raphire/SusAlert" target="_blank">https://github.com/Raphire/SusAlert</a></b>
</div>
</div>
<hr>
<div class="row">
<div class="col pb-2">
Do you enjoy using SusAlert? Please consider buying me a coffee to support my work!
</div>
<div class="col-md-12">
<script type='text/javascript' src='https://storage.ko-fi.com/cdn/widget/Widget_2.js'></script><script type='text/javascript'>kofiwidget2.init('Buy me a coffee', '#29abe0', 'M4M5C6UPC');kofiwidget2.draw();</script>
</div>
</div>
</div>
</body>
</html>