forked from debinzhang/debinzhang.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsparrow_eg_test_page.html
38 lines (26 loc) · 1.23 KB
/
sparrow_eg_test_page.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
<html>
<head>
<script type="text/javascript" src="http://z.cdn.turner.com/ads/cnn/singles/cnn_homepage_rb.js"> </script> <!-- with hint -->
<script type="text/javascript" src="https://7302029.collect.igodigital.com/collect.js"> </script> <!-- no hint -->
<link rel="stylesheet" href="main.css" as="style"> <!-- with hint -->
<style>
@font-face {
font-family: DebinsFontLight;
src: url(sansation_light.woff); <!-- with hint -->
}
@font-face {
font-family: DebinsFontBold;
src: url(sansation_bold.woff); <!-- no hint -->
}
</style>
</head>
<body>
<p> sparrow preload test </p>
<img src="http://debinzhang.github.io/flower_1.jpg" vspace="20"> <!-- with hint -->
<div style="font-family: DebinsFontLight"> Debin's test font light. </div> <br>
<img src="http://debinzhang.github.io/flower_2.jpg" vspace="20"> <!-- no hint -->
<div style="font-family: DebinsFontBold"> Debin's test font bold. </div>
<img src="https://ihstestcontent.dev.ihs.viasat.io/cookie_aware/resource.png" hspace="20"> <!-- with cross-domin hint -->
<img src="http://simplegreen.com/images/landing_v2/household_320.png"> <!-- no hint -->
</body>
<title>