blob: 8c9732f1ddb934edcc3833adc69cf61f11bbedd2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!DOCTYPE html>
<meta charset="UTF-8">
<title>CSS Highlight API Test: Reference</title>
<head>
<style>
iframe {
width: 400px;
height: 200px;
}
</style>
</head>
<iframe id="iframe" src="resources/iframe-container.html"></iframe>
</html>
|