Kamila96/FocusOne
0
1<!DOCTYPE html>2<html lang="pl">3<head>4 <meta charset="UTF-8" />5 <meta name="viewport" content="width=device-width,initial-scale=1.0" />6 <title>Focus One – Studio Foto & Grafik</title>7 <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap" rel="stylesheet">8 <link rel="stylesheet" href="css/style.css">9</head>10<body>11 <div id="welcome-screen">12 <img src="image/logo_biale z png.png" alt="Focus One logo" class="logo-main">13 <div class="choice-text">Jesteś tu po zdjęcia czy grafiki?<br>Wybierz i działamy.</div>14 <div class="choice-btns">15 <button class="choice-btn" onclick="location.href='photography.html'"><strong>Fotografia</strong></button>16 <button class="choice-btn" onclick="location.href='graphic-design.html'"><strong>Grafika</strong></button>17 </div>18 </div>19</body>20</html>