mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-08-15 05:27:49 +00:00
12 lines
320 B
HTML
12 lines
320 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>import testcase</title>
|
|
<link rel="stylesheet" charset="UTF-8" type="text/css" media="screen" href="simple.css"/>
|
|
<link rel="stylesheet" charset="UTF-8" type="text/css" media="screen" href="import.css"/>
|
|
</head>
|
|
<body>
|
|
<div>import <span>testcase</span></div>
|
|
</body>
|
|
</html>
|