forked from Novek20/Novek20.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsupport.html
138 lines (129 loc) · 4.03 KB
/
support.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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
<html>
<head>
<title>FreakCam Support</title>
<meta name="robots" content="NOINDEX" />
<meta name="MSSmartTagsPreventParsing" content="TRUE" />
<script language="JavaScript">
<!--
var app = navigator.appName;
if (app == "Microsoft Internet Explorer")
url="ie";
else
url="net";
document.write('<LINK rel="stylesheet" href="/styles/main_' + url + '.css">');
// -->
</script>
<link rel="stylesheet" href="main_net.css" />
</head>
<table width="615" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="465" align="center">
<img
src="bigfreakcam.gif"
alt="FreakCam"
valign="bottom"
width="242"
height="53"
border="0"
/>
</td>
<td width="150" align="center">
<img src="HC1-150hX100w.gif" width="100" height="150" border="0" />
</td>
</tr>
<tr>
<td colspan="2" width="615">
<img
src="biglongline.jpg"
alt="graphic"
width="550"
height="20"
border="0"
/>
</td>
</tr>
<tr>
<td width="465" valign="top">
<p>
<b>User Support Resources</b>
</p>
<p>
If you have a problem or question about using FreakCam, please
review the following resources:
</p>
<ol>
<li>
Tag me on
<a href="https://pikidiary.lol/@novek"
>PikiDiary <b></b><b></b><b></b
></a>
</li>
<li>
<a href="mailto:novekjpeg@vivaldi.net">Email me </a>
</li>
</ol>
<p>
When describing a bug to us, please try to describe the exact
procedure you were attempting, from step one until the final
"problem." Tell us if the "bug" happens every time you try the
function, only sometimes, and/or only with some file types.
</p>
<p>
<script language="JavaScript">
<!--
function GoHyperHome() {
MyAfId = top.location.search;
i = MyAfId.indexOf("rc=");
if (i < 0)
i = MyAfId.indexOf("AfID=");
if (i > -1) {
MyAfId = MyAfId.substring(i, MyAfId.length);
i = MyAfId.indexOf("&");
if (i > 0)
MyAfId = MyAfId.substring(0, i);
MyAfId = "?" + MyAfId + '&r=y';
} else
MyAfId = "";
top.location='https://freakybob-team.github.io/FreakCam.Site/' + MyAfId;
return false;
}
// -->
</script>
<a
target="_self"
href="https://freakybob-team.github.io/FreakCam.Site/"
onclick="return GoHyperHome();"
>
Return to FreakCam Home Page</a
>.
</p>
</td>
<td width="150" valign="top">
<font face="verdana"
><ul>
<li>
<a href="https://github.com/Freakybob-Team/FreakCam_Site/raw/refs/heads/main/FCSetup.exe"
><b><font size="2">Download FreakCam</font></b></a
><font size="2"> <br /><br /> </font>
</li>
<li>
<font size="2"
>Support
<!--
<li><a href="reviews.html">Awards & Reviews</a>
-->
</font>
</li>
<li>
<a href="https://freakybob-team.github.io/FreakCam.Site/changelog.html"
><font size="2">Change Log</font></a
>
</li>
</ul>
</font>
</td>
</tr>
</tbody>
</table>
</html>