What am I doing wrong in these code? How do I get my website to the web?
=<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Safe Haven Sanctuary</title> <style> body { font-family: Arial, sans-serif; margin: 0; padding: 0; background-color: #f5f5f5; } header { background-color: #4CAF50; color: white; padding: 10px 0; text-align: center; } nav { display: flex; justify-content: center; background-color: #333; } nav a { color: white; padding: 14px 20px; text-decoration: none; text-align: center; } nav a:hover { background-color: #ddd; color: black; } .container { padding: 20px; } h2 { color: #4CAF50; } .section { margin-bottom: 20px;