Skip to content

Commit

Permalink
Update student-resource-guide.html
Browse files Browse the repository at this point in the history
  • Loading branch information
toddwords authored Aug 28, 2024
1 parent 03e9417 commit 6a63435
Showing 1 changed file with 30 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1,30 @@
https://docs.google.com/document/d/1Z_UuT-_HsgxydPzk9n9zlsvOUEY-WLx0Y4DG0x6kKMM/pub
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Welcome to SFPC</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="assets/favicon.ico?v=2" />
<link rel="stylesheet" href="/hidden/style.css">
<style media="screen">
iframe {
border: 0;
width: 100vw;
height: 100vh;
position: absolute;
left: 0px;
top: 0px;
}

body{
margin: 1em;
}
</style>
</head>
<body>

<iframe src="https://docs.google.com/document/d/1Z_UuT-_HsgxydPzk9n9zlsvOUEY-WLx0Y4DG0x6kKMM/pub" frameBorder="0">Browser not compatible.</iframe>

</body>
</html>

0 comments on commit 6a63435

Please sign in to comment.