mirror of
https://github.com/litruv/UE-MaterialSnippets.git
synced 2026-07-24 01:06:02 +10:00
Initial
This commit is contained in:
37
index.html
Normal file
37
index.html
Normal file
@@ -0,0 +1,37 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Unreal Engine Material Library</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<div class="flex-container">
|
||||
<div class="container">
|
||||
<header>
|
||||
<div class="header-content">
|
||||
<h1><span class="highlight">UE</span> Material Snippets</h1>
|
||||
</div>
|
||||
<div class="filter-container">
|
||||
<div class="search-box">
|
||||
<input type="text" data-search placeholder="Search materials...">
|
||||
</div>
|
||||
<div class="categories-filter" data-categories></div>
|
||||
</div>
|
||||
</header>
|
||||
<main data-material-grid></main>
|
||||
</div>
|
||||
<footer>
|
||||
<div class="footer-content">
|
||||
<p>© 2025 Max Litruv Boonzaayer. All rights reserved.</p>
|
||||
<nav>
|
||||
<a href="https://lit.ruv.wtf" target="_blank">Main Page</a>
|
||||
</nav>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
<script src="main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user