-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (33 loc) · 898 Bytes
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>InRenderer.js</title>
</head>
<body>
<h1>InRenderer.js</h1>
<h2>E2E Test Page</h2>
<ul>
<li>
<a href="./test/integration/e2e/banner.html" target="_blank">Banner</a>
</li>
<li>
<a href="./test/integration/e2e/video.html" target="_blank">Video</a>
</li>
<li>
<a href="./test/integration/e2e/native.html" target="_blank">Native</a>
</li>
<li>
<a href="./test/integration/e2e/nativeVideo.html" target="_blank"
>Native Video</a
>
</li>
<li>
<a href="./test/integration/e2e/multi.html" target="_blank"
>Multi Format (Banner, Video, Native, Native Video)</a
>
</li>
</ul>
</body>
</html>