Files
backend/public/weather_notice/css/FontAwesome/index.html
2024-02-01 09:53:53 +00:00

13 lines
345 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="./css/font-awesome.min.css">
</head>
<body>
<span class="fas fa-bell" aria-hidden="true"></span>
<i class="fa fa-car"></i>
<i class="fa fa-car" style="font-size:48px;"></i>
<i class="fa fa-car" style="font-size:60px;color:red;"></i>
<script src="./js/all.js"></script>
</body>
</html>