-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (30 loc) · 2.05 KB
/
index.html
File metadata and controls
35 lines (30 loc) · 2.05 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
<!DOCTYPE html>
<html>
<head>
<!-- Meta -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>surfacertdev</title>
<!-- Style -->
<link rel="stylesheet" type="text/css" href="https://necolas.github.io/normalize.css/8.0.1/normalize.css">
<link rel="stylesheet" type="text/css" href="/surfacertdev/style/global.css">
</head>
<body>
<main>
<h1>surfacertdev</h1>
<p>Guides and resources for developing on Windows arm32 devices like the Microsoft SurfaceRT and SurfaceRT 2.</p>
<h2>Index</h2>
<div class="anchorList">
<a href="/surfacertdev/doc/tool_database.html">Tools and libraries</a>
<a href="/surfacertdev/doc/crosscompiling_from_linux.html">Crosscompiling from Linux</a>
<a href="/surfacertdev/doc/crosscompiling_from_windows.html">Crosscompiling from Windows</a>
<a href="/surfacertdev/doc/compiling_on_device.html">Compiling on device</a>
<a href="/surfacertdev/doc/appx_patching.html">Patching appx packages</a>
</div>
</main>
<footer>
<!-- License information -->
<p xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/"><a property="dct:title" rel="cc:attributionURL" href="https://pyogenics.github.io/surfacertdev/">surfacertdev</a> by <a rel="cc:attributionURL dct:creator" property="cc:attributionName" href="https://www.github.com/Pyogenics">Pyogenics</a> is licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY-SA 4.0<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/sa.svg?ref=chooser-v1" alt=""></a></p>
</footer>
</body>
</html>