This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html> | |
<head> | |
<title>interactive Website</title> | |
<link rel="stylesheet" type="text/css" href="style.css"> | |
<!-- <link rel="stylesheet" type="text/css" href="reset.css"> --> | |
</head> | |
<body> | |
<!-- <svg id="svg" viewBox="0 0 100 100" preserveAspectRatio="none"> | |
<path id="top" fill="#FFFF00" d="M0 0 L100 0 L85 15 L15 15 z"/> |