Skip to content
Permalink
064a08b8b7
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
28 lines (27 sloc) 1 KB
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Nutmeg Magazine</title>
<link rel="stylesheet" href="css/nutmeg.css">
<link href="https://fonts.googleapis.com/css?family=Abril+Fatface|Julius+Sans+One|Raleway:300,400&display=swap" rel="stylesheet">
<link rel="shortcut icon" href="img/logo16.png">
</head>
<body>
<div class="flex">
<div class="buttonwrapper">
<a href= "index.html" class="leftbutton">Home</a>
<a href= "https://nutmeg.uconn.edu/magazine-2/" class="leftbutton">Website</a>
</div>
<div class="right">
<h1>Nutmeg Magazine</h1>
<p></p>
</div>
</div>
<div class="box">
<img src="img/mag.jpg" class="gif" alt="Nutmeg Magazine">
<iframe src="img/Fall 2019 Health and Wellness Magazine.pdf" height="400" width="500" alt="Health and Wellness Magazine"></iframe>
</div>
</body>
</html>