Skip to content

Commit

Permalink
Create publications.html
Browse files Browse the repository at this point in the history
  • Loading branch information
nwoyecid authored Jul 26, 2024
1 parent 8b992dd commit 13b8d41
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions publications.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Publications</title>
<style>
.publication { margin-bottom: 20px; }
#see-more { cursor: pointer; color: blue; }
</style>
</head>
<body>
<h1>Publications</h1>
<div id="publications-list"></div>
<div id="see-more">See More</div>
<script src="script.js"></script>
</body>
</html>

0 comments on commit 13b8d41

Please sign in to comment.