Skip to content

Commit

Permalink
new build
Browse files Browse the repository at this point in the history
  • Loading branch information
mtk2xfugaku committed Sep 16, 2024
1 parent 8317a58 commit de3c449
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions blog/post_1/code.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
</style>
</head>
<body>
<h1>Under construction!</h1>
<header>
<h1><a href="#">Solitary Crow's Blog</a></h1>
<ul>
Expand Down
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
height: auto;
border-radius: 50%;
}
h1, h2, ul{
h1, h2{
margin-left: 200px;
margin-right: 200px;
margin-top: 50px;
Expand Down Expand Up @@ -48,6 +48,7 @@ <h1>Solitary Crow Website</h1>
<h2>A blog mostly about computer science and applied mathematics</h2>
<h2>This website is under construction!</h3>
<h2>Some useful links</h2>
<center>
<ul>
<li><a href="blog/blog_home.html">blogs</a></li>
<li><a href="books/books.html">books</a></li>
Expand All @@ -56,6 +57,6 @@ <h2>Some useful links</h2>
<li><a href="about.html">about</a></li>
<li><a href="https://cohost.org/solitarycrow">cohost blog</li>
</ul>

</center>
</body>
</html>

0 comments on commit de3c449

Please sign in to comment.