-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
72 lines (63 loc) · 2.82 KB
/
index.html
File metadata and controls
72 lines (63 loc) · 2.82 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
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
<!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">
<meta name="format-detection" content="telephone=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="author" content="">
<meta name="keywords" content="computer crash simulator, PC crash simulator, system crash simulation, computer destruction game, hardware failure simulation, virtual PC meltdown, computer stress test game, blue screen simulator, BIOS crash simulation">
<meta name="description" content="Professional computer crash simulator for Windows, Mac, and Linux. Simulate blue screens, kernel panics, hardware failures, and system crashes.">
<!-- TITLE -->
<title>Computer Crash Simulator | Redirecting...</title>
<!-- GOOGLE FONT -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,800;1,200;1,300;1,400;1,600;1,700&display=swap" rel="stylesheet">
<!-- BOOTSTRAP MIN CSS -->
<link rel="stylesheet" href="src/plugins/bootstrap/css/bootstrap.min.css">
<!-- PLUGIN CSS LINKS -->
<link rel="stylesheet" href="src/plugins/owl-carousel/assets/owl.carousel.min.css">
<link rel="stylesheet" href="src/plugins/owl-carousel/assets/owl.theme.default.min.css">
<link rel="stylesheet" href="src/plugins/slick/slick/slick.css">
<link rel="stylesheet" href="src/plugins/nouislider/nouislider.min.css">
<link rel="stylesheet" href="src/plugins/lightGallery-master/dist/css/lightgallery.min.css">
<link rel="stylesheet" href="src/plugins/jquery-bar-rating/dist/themes/fontawesome-stars.css">
<link rel="stylesheet" href="src/plugins/select2/dist/css/select2.min.css">
<!-- CUSTOM CSS -->
<link rel="stylesheet" href="src/css/style.css">
<meta http-equiv="refresh" content="0; url=src/index.html">
<style>
body {
font-family: Arial, sans-serif;
text-align: center;
padding: 50px;
background-color: #f4f4f4;
}
.redirect-box {
max-width: 600px;
margin: 0 auto;
background-color: white;
padding: 30px;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
h1 {
color: #333;
}
a {
color: #007bff;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<div class="redirect-box">
<h1>Computer Crash Simulator</h1>
<p>正在加载模拟器...<br>如果页面没有自动跳转,请<a href="src/index.html">点击这里</a></p>
</div>
</body>
</html>