Skip to content

Commit 2d24215

Browse files
committed
Merge remote-tracking branch 'origin/copilot/add-ecs-architecture-and-plugins' into copilot/add-ecs-architecture-and-plugins
# Conflicts: # examples/index.html
2 parents 0b3fb67 + 1cbfba2 commit 2d24215

File tree

1 file changed

+1
-80
lines changed

1 file changed

+1
-80
lines changed

examples/index.html

Lines changed: 1 addition & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -2,85 +2,8 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<meta
6-
name="viewport"
7-
content="width=device-width, initial-scale=1.0, viewport-fit=cover"
8-
/>
95
<title>AR.js-core Examples</title>
106
<style>
11-
:root {
12-
color-scheme: dark light;
13-
}
14-
html,
15-
body {
16-
height: 100%;
17-
margin: 0;
18-
padding: 0;
19-
}
20-
body {
21-
font-family:
22-
system-ui,
23-
-apple-system,
24-
Segoe UI,
25-
Roboto,
26-
Ubuntu,
27-
Cantarell,
28-
Noto Sans,
29-
Helvetica,
30-
Arial,
31-
"Apple Color Emoji",
32-
"Segoe UI Emoji";
33-
background: #111;
34-
color: #eee;
35-
}
36-
.wrap {
37-
max-width: 820px;
38-
margin: 0 auto;
39-
padding: 24px;
40-
}
41-
h1 {
42-
font-size: 1.6rem;
43-
margin: 0 0 12px;
44-
}
45-
p {
46-
margin: 0 0 16px;
47-
color: #cfcfcf;
48-
}
49-
ul {
50-
list-style: none;
51-
padding: 0;
52-
margin: 0;
53-
display: grid;
54-
gap: 10px;
55-
}
56-
li {
57-
background: #1a1a1a;
58-
border: 1px solid #2a2a2a;
59-
border-radius: 8px;
60-
}
61-
a {
62-
display: block;
63-
padding: 12px 14px;
64-
text-decoration: none;
65-
color: #9ef01a;
66-
}
67-
a small {
68-
display: block;
69-
color: #aaa;
70-
}
71-
a:hover {
72-
background: #202020;
73-
}
74-
footer {
75-
margin-top: 20px;
76-
font-size: 12px;
77-
color: #aaa;
78-
}
79-
code {
80-
background: rgba(255, 255, 255, 0.08);
81-
padding: 2px 6px;
82-
border-radius: 4px;
83-
}
847
</style>
858
</head>
869
<body>
@@ -102,9 +25,7 @@ <h1>AR.js-core Examples</h1>
10225
</li>
10326
</ul>
10427
<footer>
105-
Tip: start the dev server with <code>npm run dev:vite</code> and open
106-
this page at <code>http://localhost:5173/examples/index.html</code>.
10728
</footer>
10829
</div>
10930
</body>
110-
</html>
31+
</html>

0 commit comments

Comments
 (0)