This repository has been archived by the owner on Sep 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy patherr.html
143 lines (139 loc) · 5.12 KB
/
err.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
139
140
141
142
143
<!--
For the source code of this
website, please refer to the
site author, detailed in the
credits page.
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Not found - iCreate Pro</title>
<link rel="icon" href="../assets/logo-square.png" />
<link rel="stylesheet" href="../css/style.css" />
<link rel="stylesheet" href="https://geticreate.pro/css/style.css" />
</head>
<body>
<nav>
<a href="../">
<img src="../assets/logo.png" />
</a>
<a href="https://geticreate.pro/index.html#features">Features</a>
<a href="https://geticreate.pro/index.html#faq">FAQ</a>
<a href="https://geticreate.pro/newkey">New key</a>
<a href="https://geticreate.pro/credits">Credits</a>
<a href="https://geticreate.pro/get" class="buybtn">Buy / Download</a>
</nav>
<div class="web-generic-container">
<h2 style="margin-bottom:0;">Oops! That couldn't be found</h2>
<p>
Whatever you were trying to search is not available,
or isn't the right address.<br>We suggest you go visit
the <a href="https://geticreate.pro" class="text-link">home page</a>,
there is everything you want to know.
</p><pre style="font-size:1.5vh;color:#aaa;">HTTP ERROR 404 or 403</pre>
</div>
<footer>
<div class="content">
<div class="pageline">
<img src="../assets/logo-square.png" />
<span class="then">></span>
<a href="#">Error</a>
</div>
<div class="referrals">
<ul>
<h5>Contact</h5>
<li>
<a href="https://discord.com/users/738592270617542716" target="_blank">
Discord Profile
</a>
</li>
<li>
<a href="https://discord.gg/CqEC26gJEX" target="_blank">
Discord Server
</a>
</li>
<li>
<a href="mailto:ilaca314@gmail.com" target="_blank">
Email
</a>
</li>
<li>
<a href="https://github.com/camila314" target="_blank">
GitHub profile
</a>
</li>
<li>
<a href="https://youtube.com/c/camila314" target="_blank">
YouTube channel
</a>
</li>
</ul>
<ul>
<h5>Useful</h5>
<li>
<a href="https://geticreate.pro">
Home page
</a>
</li>
<li>
<a href="https://geticreate.pro/#features">
Software features
</a>
</li>
<li>
<a href="https://geticreate.pro/#faq">
Frequently Asked Questions
</a>
</li>
<li>
<a href="https://geticreate.pro/newkey">
Generate a new key
</a>
</li>
<li>
<a href="https://geticreate.pro/installation">
Installation instructions
</a>
</li>
<li>
<a href="https://geticreate.pro/get">
Buy / Download key
</a>
</li>
</ul>
<ul>
<h5>Other</h5>
<li>
<a href="https://geticreate.pro/credits">
Project Credits
</a>
</li>
<li>
<a href="https://geticreate.pro/source">
Source Code
</a>
</li>
<li>
<a href="https://geticreate.pro/legal">
Legal info
</a>
</li>
</ul>
</div>
<div class="by">
<a href="https://ascript89.github.io/" target="_blank">
<img src="https://ascript89.github.io/assets/je.png" />
<span>Website made by <strong>JerosGamer89</strong></span>
</a>
</div>
<hr>
<div class="copy">
Copyright © 2022 Camila Weaver. All rights reserved.
</div>
</div>
</footer>
</body>
</html>