write basic html

This commit is contained in:
Aadil Ayub 2021-10-15 19:20:25 +05:00
parent 8ffe4310a5
commit 16e7312f8c

View File

@ -1,12 +1,19 @@
<html>
<!DOCTYPE html>
<html lang="en">
<head>
<title>32m</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>32m</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
32M<br>
<p>is a boutique digital rights & risks advisory firm. We provide consumer-forward legal and public policy assistance related to regulated technology competition.</p>
<p>Our focus is on the Canadian telecommunications, media, and fintech sectors.</p>
<p>Box 563, Station P Toronto, ON M5S 2T1 Canada</p>
<p>E: hello@Ask32M.com P: +1 416 613-5056 T: @Ask32M</p>
<img src="logo.svg" alt="32M">
<p>is a boutique digital rights & risks advisory firm. We provide consumer-forward legal and public policy assistance related to regulated technology competition.</p>
<p>Our focus is on the Canadian telecommunications, media, and fintech sectors.</p>
<address>
<p>Box 563, Station P Toronto, ON M5S 2T1 Canada</p>
<p>E: hello@Ask32M.com P: +1 416 613-5056 T: @Ask32M</p>
</address>
</body>
</html>