-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
119 lines (109 loc) · 5.62 KB
/
404.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
<script src="http://spritetools.com/scripts/redirect.js"></script>
<!DOCTYPE html>
<html lang="en">
<head>
<base href="http://spritetools.com/">
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='https://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" href="fonts/font-awesome.css">
<link rel="stylesheet" type="text/css" href="css/custom.css">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<title>Sprite animation software for 2d games</title>
<script>
/*google analytics script*/
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-40281730-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div role="navigation" class="navbar navbar-inverse navbar-default navbar-fixed-top">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-11 col-md-10 col-lg-10 col-centered">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"
aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="navbar-brand no-select">
<img alt="Sprite tools logo" src="images/logo64.png" title="Sprite tools">
<span>Sprite tools</span>
</div>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a class="no-select" href="index.html" title="anatomy animator">Animator</a></li>
<li><a class="no-select" rel="nofollow" target="_blank" href="https://www.youtube.com/channel/UCVUPo50VNtyV-4gAyc_gLHQ"
title="video tutorials">Tutorials</a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
</div>
</div>
<!-- /.container-fluid -->
</div>
<div id="content" class="container">
<div class="row">
<div class="col-xs-12 col-sm-11 col-md-10 col-lg-10 col-centered">
<div class="raw header">
<h1>404</h1>
<h2>Page not found</h2>
</div>
<h3>
We are sorry but the page you are looking for doesn't exist.
</h3>
<h5>
Redirecting to
<a href="index.html" title="sprite animator">Homepage</a>
in <span id="countdown">5</span> seconds...
</h5>
</div>
</div>
</div>
<div class="footer navbar-inverse sticky-footer">
<div class="container">
<div class="raw">
<div class="col-xs-12 col-sm-11 col-md-10 col-lg-10 col-centered">
<span>Sprite tools © 2016</span>
<div class="right">
<a rel="nofollow" class="no-decoration" target="_blank" href="https://www.youtube.com/channel/UCVUPo50VNtyV-4gAyc_gLHQ">
<i class="fa fa-youtube youtube social"></i>
</a>
<a rel="nofollow" class="no-decoration" target="_blank" href="https://plus.google.com/b/118229478652768823540/118229478652768823540/videos">
<i class="fa fa-google-plus google social"></i>
</a>
<!--<a rel="nofollow" class="no-decoration" target="_blank" href="https://twitter.com/spritetools">
<i class="fa fa-twitter twitter social"></i>
</a>-->
<a rel="nofollow" class="no-decoration" target="_blank" href="https://chrome.google.com/webstore/detail/anatomy-sprite-animator-2/ihligbifffjddjffdiapccakkdglodcj">
<i class="fa fa-chrome chrome social"></i>
</a>
<!--<i class="fa fa-vk vk social"></i>-->
<!--<i class="fa fa-facebook facebook social"></i>-->
<!--<i class="fa fa-steam steam social"></i>-->
</div>
</div>
</div>
</div>
</div>
<script src="scripts/jquery.min.js"></script>
<script src="scripts/bootstrap.min.js"></script>
<script src="scripts/404.js"></script>
</body>
</html>