repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
android_webview: explicitly use gcc for target binaries.
[chromium-blink-merge.git]
/
chrome
/
test
/
data
/
page_cycler
/
basic_css.html
blob
d4a3415594e29e631b143e7527167c9c2f5a7daa
1
<html>
2
<head>
3
<style>
4
h1 {font-size:
40
px;}
5
p {font-size:
14
px;
6
font-style:italic;
7
font-family:Arial,Helvetica,sans-serif;}
8
</style>
9
</head>
10
<body>
11
12
<h1>
H1
</h1>
13
<p>
Paragraph text goes here.
</p>
14
15
</body>
16
</html>
17