mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
parent
cef9a5c1a2
commit
04357d21b6
21
doc/accessibility/ifont-mute.html
Normal file
21
doc/accessibility/ifont-mute.html
Normal file
@ -0,0 +1,21 @@
|
||||
<!doctype html>
|
||||
<html class="no-js" lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<title>Accessibility: Muted Icon Fonts</title>
|
||||
<meta name="description" content="Accessible icon fonts">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<style type="text/css">
|
||||
.icon-star:before {
|
||||
content: "★";
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<a href="#">
|
||||
<i aria-hidden="true" class="icon-star"></i>
|
||||
Visit top rated article
|
||||
</a>
|
||||
</body>
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user