| 12345678910111213141516171819202122 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta name="author" content="">
- <meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no">
- <meta http - equiv="X-UA-Compatible" content="IE=edge,chorme=1">
- <link rel="stylesheet" href="./css/font-awesome.min.css">
- <title></title>
- <style>
- </style>
- </head>
- <body>
- <button class="fa fa-address-card">11</button>
- <button class="fa fa-camera-retro">22</button>
- </body>
- <script type="text/javascript">
- </script>
- </html>
|