-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added hyperlinks to projects/cup/index.php. Initial file creation for…
… a page to host a demo for the control backend. Inclusion of images to use for the front-end description page.
- Loading branch information
1 parent
60f3018
commit b093159
Showing
5 changed files
with
45 additions
and
1 deletion.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
<?php | ||
|
||
$normalize = '../../normalize.css'; | ||
|
||
$style = '../../style.css'; | ||
|
||
$canonical = 'http://alanmckay.blog/projects/cup/'; | ||
|
||
$title = 'Alan McKay | Project | Cup of Joe'; | ||
|
||
$meta['title'] = 'Alan McKay | Cup of Joe'; | ||
|
||
$meta['description'] = ''; | ||
|
||
$meta['url'] = 'http://alanmckay.blog/projects/cup/'; | ||
|
||
include('../../header.php'); | ||
|
||
?> | ||
<section id='writingsWrapper'> | ||
<section> | ||
<article> | ||
<header> | ||
<h1>Web Development: Cup of Joe</h1> | ||
</header> | ||
<p> | ||
|
||
</p> | ||
<!-- https://web.archive.org/web/20181119220446/http://www.cupofjoe-cedarfalls.com/music --> | ||
</article> | ||
<nav> | ||
<a href='../'>Back</a> | ||
</nav> | ||
</section> | ||
</section> | ||
</body> | ||
</html> | ||
|
This file contains 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