blob: 5253bf4ff94a11950c575c3489bec8dd7425976d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<html>
<head>
<title>Test Page</title>
</head>
<body>
<p>
<i class="fa fa-alert"></i>
Some things should be
<b>inline</b>
, some things shouldn't!
</p>
<i class="fa fa-warning"/>
</body>
</html>
|