CINXE.COM

Animal Diversity Web

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Animal Diversity Web</title> <style> *, *::after, *::before { box-sizing: border-box; } html { height: 100%; width: 100%; } body { height: 100%; width: 100%; margin: 0; padding: 0; display: flex; align-items: center; justify-content: center; background: #3c74a7; color: white; font-size: 1.5rem; } .message { width: 80vw; padding: 2rem; border: 1px solid #666; box-shadow: 0px 10px 15px -3px rgba(255,255,255,0.25); } a { color: white; } a:hover, a:focus { color: #eee; } </style> </head> <body> <div class="message"> <h1>Animal Diverstiy Web: Hub</h1> <ul> <li><a href="https://animaldiversity.org/">Animal Diversity Web</a></li> <li><a href="/workspaces/">Workspaces</a></li> <li><a href="/quaardvark/">Quaardvark</a></li> </ul> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10