This repository was archived by the owner on Jan 4, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwepsim-null.html
More file actions
110 lines (83 loc) · 5.45 KB
/
wepsim-null.html
File metadata and controls
110 lines (83 loc) · 5.45 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
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>WepSIM</title>
<meta name="Description" content="The Web Elemental Processor SIMulator (WepSIM) for microprogramming and assembly programming" />
<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
<meta http-equiv="pragma" content="no-cache" />
<meta charset="utf-8" />
<meta name="format-detection" content="telephone=no" />
<meta name="msapplication-tap-highlight" content="no" />
<meta name="viewport" content="user-scalable=yes, width=device-width, initial-scale=1, maximum-scale=2.5, minimum-scale=.5" />
<script src="external/jquery.min.js"></script>
<!-- Google Analytics -->
<script type="text/javascript">
(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-80849772-1', 'auto');
ga('send', 'pageview');
</script>
<!-- End Google Analytics -->
<!-- PWA -->
<link rel="manifest" href="docs/manifest.json" />
<meta name="msapplication-config" content="images/icons/browserconfig.xml" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="apple-mobile-web-app-title" content="WepSIM 2.1.4" />
<meta name="msapplication-TileImage" content="images/arcos.svg" />
<meta name="msapplication-TileColor" content="#2F3BA2" />
<meta name="theme-color" content="#ffffff" />
<link rel="shortcut icon" href="images/icons/favicon.ico" />
<link rel="mask-icon" href="images/icons/safari-pinned-tab.svg" color="#5bbad5" />
<link href="images/icons/apple-touch-icon.png" rel="apple-touch-icon" sizes="180x180" type="image/png" />
<link href="images/icons/favicon-16x16.png" rel="apple-touch-icon" sizes="16x16" type="image/png" />
<link href="images/icons/favicon-32x32.png" rel="apple-touch-icon" sizes="32x32" type="image/png" />
<link href="images/icons/favicon-152x152.png" rel="apple-touch-icon" sizes="152x152" type="image/png" />
<link href="images/icons/favicon-167x167.png" rel="apple-touch-icon" sizes="167x167" type="image/png" />
<link href="images/icons/favicon-180x180.png" rel="apple-touch-icon" sizes="180x180" type="image/png" />
<link href="images/splash/iphone5_splash.png" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image"/>
<link href="images/splash/iphone6_splash.png" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image"/>
<link href="images/splash/iphoneplus_splash.png" media="(device-width: 621px) and (device-height: 1104px) and (-webkit-device-pixel-ratio: 3)" rel="apple-touch-startup-image"/>
<link href="images/splash/iphonex_splash.png" media="(device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3)" rel="apple-touch-startup-image"/>
<link href="images/splash/ipad_splash.png" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image"/>
<link href="images/splash/ipadpro1_splash.png" media="(device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image"/>
<link href="images/splash/ipadpro2_splash.png" media="(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image"/>
<meta name="google-site-verification" content="59Gac7qHat1ppNcQvL_yjk1kAPUDuiWENzDDJa4118k" />
</head>
<body>
<link async href="min.external.css" rel="stylesheet" />
<script type="application/javascript"
src="min.external.js"></script><noscript>Your browser does not support JavaScript!</noscript>
<script type="application/javascript"
src="min.sim_all.js" ></script><noscript>Your browser does not support JavaScript!</noscript>
<script type="application/javascript"
src="min.wepsim_web.js"></script><noscript>Your browser does not support JavaScript!</noscript>
<script type='text/javascript' src="external/cordova.js"></script>
<script type="text/javascript">
try
{
// basic initialization of wepsim...
simcore_init(true) ;
// reset cfg
reset_cfg() ;
var msg = 'WepSIM has been updated...' ;
console.log(msg) ;
$("#loading_msg1").html(msg) ;
setTimeout(function(){
window.location='wepsim-classic.html' + window.location.search ;
}, 250);
}
catch(err)
{
$("#ws_loader").collapse('hide') ;
wepsim_general_exception_handler(err) ;
}
</script>
<noscript>Your browser does not support JavaScript!</noscript>
</body>
</html>