mirror of
https://github.com/zhigang1992/react-native-notifications.git
synced 2026-06-11 00:08:50 +08:00
14 lines
419 B
HTML
14 lines
419 B
HTML
<!DOCTYPE HTML>
|
|
<html lang="en-US">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="refresh" content="0; url=docs/getting-started">
|
|
<script type="text/javascript">
|
|
window.location.href = 'docs/getting-started';
|
|
</script>
|
|
<title>Your Site Title Here</title>
|
|
</head>
|
|
<body>
|
|
If you are not redirected automatically, follow this <a href="docs/getting-started">link</a>.
|
|
</body>
|
|
</html> |