Files
material-design-icons/index.html
nathan-williams 9bd1c3537c Redirect to Icons Guide on developers.google.com
google.github.io/material-design-icons should redirect to https://developers.google.com/fonts/docs/material_icons.
2022-06-02 09:44:19 -07:00

11 lines
398 B
HTML

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Material Icons Guide</title>
<meta http-equiv="refresh" content="0;URL='https://developers.google.com/fonts/docs/material_icons'" />
</head>
<body>
<p>This page has moved to <a href="https://developers.google.com/fonts/docs/material_icons">
developers.google.com/fonts/docs/material_icons</a>.</p>
</body>
</html>