-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
160 lines (137 loc) · 5.64 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--
<link rel="icon" type="image/png" href="/assets/images/favicon.png" />
-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU" crossorigin="anonymous">
<link rel="stylesheet" href="/assets/styles/main.css">
<title>Page Not Found — pyOCD</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2RKCB4KZ7S"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-2RKCB4KZ7S');
</script>
</head>
<body id="top">
<div class="full-view-height d-flex flex-column">
<div class="flex-shrink-0">
<nav class="navbar navbar-expand-md navbar-dark py-1">
<div class="container-fluid">
<a class="navbar-brand" href="/">
<img src="/assets/pyocd_logo_white.svg" height="42" width="auto" alt=""></img>
</a>
<a class="navbar-brand color-secondary" href="/">
<span class="display-lg project-name">pyOCD</span>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarCollapse">
<ul class="navbar-nav">
<li class="nav-item mr-auto mx-1">
<a class="nav-link" href="/docs/">Documentation</a>
</li>
<li class="nav-item mr-auto mx-1">
<a class="nav-link" href="/posts/">Posts</a>
</li>
<li class="nav-item mr-auto mx-1">
<a class="nav-link" href="https://github.com/pyocd/pyOCD"><i class="bi bi-github"></i></a>
</li>
</ul>
</div>
</div>
</nav>
</div>
<div class="container flex-grow-1">
<div class="row">
<main role="main" class="content-scroll p-3 p-md-4">
<p>Sorry, but the page you were trying to view does not exist.</p>
</main>
</div>
</div>
<div class="flex-shrink-0">
<footer class="pyocd-footer p-0 mt-3">
<div class="row row-cols-1 row-cols-sm-2 row-cols-md-4 pt-4">
<div class="col-3">
<p class="small">
Copyright © 2021-2023 PyOCD Authors.
</p>
<p class="small">
Site and docs are <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.<br/>
Project code is <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache 2.0</a>.
</p>
</div>
<div class="col-3"> <!-- mt-3 mb-3 mx-4 -->
<h5>Links</h5>
<ul class="list-unstyled">
<li>
<a href="/docs/">Documentation</a>
</li>
<li>
<a href="/posts/">Posts</a>
</li>
<li>
<a href="https://github.com/pyocd/pyOCD/blob/main/CONTRIBUTING.md">Contributing</a>
</li>
<li>
<a href="https://github.com/pyocd/.github/blob/main/CODE_OF_CONDUCT.md">Code of Conduct</a>
</li>
<li>
<a href="https://github.com/pyocd/">GitHub</a>
</li>
</ul>
</div>
<div class="col-3">
<h5>Projects</h5>
<ul class="list-unstyled">
<li>
<a href="https://github.com/pyocd/pyOCD">pyOCD</a>
</li>
<li>
<a href="https://github.com/pyocd/cmsis-pack-manager">cmsis-pack-manager</a>
</li>
<li>
<a href="https://github.com/pyocd/FlashAlgo">FlashAlgo</a>
</li>
</ul>
</div>
<div class="col-3">
<h5>Community</h5>
<ul class="list-unstyled">
<li>
<a href="https://github.com/pyocd/pyOCD/issues">Issues</a>
</li>
<li>
<a href="https://github.com/pyocd/pyOCD/discussions">Discussions</a>
</li>
<li>
<a href="https://join.slack.com/t/pyocd/shared_invite/zt-zqjv6zr5-ZfGAXl_mFCGGmFlB_8riHA">Slack</a>
</li>
<li>
<a href="https://groups.google.com/g/pyocd">Mailing list</a>
</li>
</ul>
</div>
</div>
</footer>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-/bQdsTh/da6pkI1MST/rWKFNjaCP5gBSY4sEBT38Q/9RBh9AH40zEOg7Hlq2THRZ" crossorigin="anonymous"></script>
<script src="/assets/javascript/jquery-3.6.0.slim.min.js"></script>
<!--
<script type="text/javascript" src="/assets/javascript/index.js"></script>
-->
</body>
</html>