64 lines
2.1 KiB
HTML
64 lines
2.1 KiB
HTML
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<link type="image/x-icon" rel="icon" href="/images/favicon.ico">
|
|
<link type="text/css" rel="stylesheet" href="/css/global.css">
|
|
<link type="text/css" rel="stylesheet" href="/css/news-template.css">
|
|
|
|
<meta charset="utf-8">
|
|
<meta name="description" content="The AP Computer Science exam is right around the corner!">
|
|
<meta name="keywords" content="That_One_Nerd AP Exam, AP Exam">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>A Quick Update | That_One_Nerd</title>
|
|
</head>
|
|
|
|
<!--header-->
|
|
|
|
<body>
|
|
<div id="title">
|
|
<h1>The AP Computer Science exam is right around the corner!</h1>
|
|
</div>
|
|
|
|
<div class="line-spacer"></div>
|
|
<div class="line-spacer2"></div>
|
|
|
|
<div class="message">
|
|
<p>
|
|
Not sure if it's obvious or not, but I enjoy computer science. It's my thing.
|
|
So I'm in some computer science classes at my school, and guess when the AP
|
|
exam for one of them is? I mean, if you saw the home page, I guess you already
|
|
know. It's on the third of May at 12:00 PM Eastern Time. Now, I hear many of you
|
|
asking, "Why should I care?"
|
|
</p>
|
|
<p>
|
|
You have no reason to.
|
|
</p>
|
|
<p>
|
|
Anyway, that's basically all I have to say. Probably shouldn't have made a
|
|
full-scale news page for this, but here we are.
|
|
</p>
|
|
<p>
|
|
That's everything. Goodbye.
|
|
</p>
|
|
<p>
|
|
- Kyle
|
|
</p>
|
|
</div>
|
|
|
|
<div class="back">
|
|
<p>Want to read more? <a href="/news.html">See all the news</a></p>
|
|
<p>Done? <a href="/index.html">Head back home</a></p>
|
|
</div>
|
|
|
|
<div class="line-spacer"></div>
|
|
<div class="line-spacer2-darkgray"></div>
|
|
</body>
|
|
|
|
<!--footer-->
|
|
|
|
<script type="module" src="/js/imports.js"></script>
|
|
<script src="/js/global.js" defer></script>
|
|
</html>
|