react-aws-icons
Version:
A collection of AWS Simple Icons to be used with React
15 lines (14 loc) • 423 B
HTML
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=./aws.html">
<script type="text/javascript">
window.location.href = "./aws.html"
</script>
<title>Page Redirection</title>
</head>
<body>
If you are not redirected automatically, follow this <a href='./aws.html'>link</a>.
</body>
</html>