-
Notifications
You must be signed in to change notification settings - Fork 0
/
handoff.html
23 lines (20 loc) · 990 Bytes
/
handoff.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Moltimate</title>
<meta name="author" content="Melissa Gould">
<script src="https://kit.fontawesome.com/da9f59f69b.js" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css2?family=Merriweather+Sans&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css" >
</head>
<body>
<div class="artifact">
<h1>Handoff Document</h1>
<p><a href="./index.html">Back to Homepage</a></p>
<p>This document has been made for the RIT Software Engineering Senior Project Team for 2021-2022</p>
<iframe src="https://docs.google.com/document/d/e/2PACX-1vSR4UMe5eO7V37mUQR_Mg5wrjra6hSyi9ogpWdMpzKiEchpUks0IhmzPG2a_CqBHv4B8hsIIkuWWknJ/pub?embedded=true"></iframe>
<p><a href="https://docs.google.com/document/d/1_t4Gdskgy5FfJ9Tw0EoG9t1ntJM5qpcJcwy0dw0APIs/edit?usp=sharing">View the Google Doc Here</a></p>
</div>
</body>
</html>