This repository has been archived on 2025-05-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
CutieWebsite/Blog/blog.html
2024-01-08 15:59:47 -05:00

57 lines
2.3 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="Cutieguwu's Official website">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="cutieguwu, 3d printing, cnc, laser engraving, video games, sewing, costumes, art">
<title>Cutieguwu - Home</title>
<link rel="stylesheet" type="text/css" href="../Global_Resources/style.css">
<img class="titleimg" src="">
<h1 class="title">Cutieguwu</h1>
<nav>
<div class="menubar">
<ul>
<a href="">Home</a>
<a href="./Videos/videos.html">Videos</a>
<li class="dropdown">
<a href="./3D_Design/3d_design.html">3D Design</a>
<div class="dropdownContent">
<a href="./3D_Design/3D_Printing/">3D Printing</a>
<a href="./3D_Design/CNC_Routing/">CNC Routing</a>
<a href="./3D_Design/Laser_Engraving/">Laser Engraving</a>
</div>
</li>
<li class="dropdown">
<a href="./Sewing/sewing.html">Sewing</a>
<div class="dropdownContent">
<a href="./Sewing/Costume_Design/">Costume Design</a>
</div>
</li>
<a href="./Video_Gaming/video_gaming.html">Video Gaming</a>
<a href="./Blog/blog.html">Blog</a>
<a href="./About/about.html">About</a>
</ul>
</div>
</nav>
</head>
<body>
<div>
<div class="menubar-side">
<ul>
<a href="#News1">June 03, 2023</a>
<hr>
<a href="#News1">June 03, 2023</a>
<hr>
</ul>
</div>
<div class="global-page-bg">
<hr>
<div class="main-page-subtitle">
<p>Website managed by Olive [Cutieguwu]</p>
</div>
<hr>
</div>
</div>
</body>
</html>