Skip to content

Commit

Permalink
Create index.html [q]
Browse files Browse the repository at this point in the history
  • Loading branch information
stopsopa authored Feb 1, 2025
1 parent a0ba659 commit ae80fb2
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions pages/children/chemistry/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
/>
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>stopsopa.github.io</title>
</head>
<body class="layout bg" toc>
<div class="body">
<div class="inside">
<h2>Mendeleev table</h2>
<script type="editor" data-lang="sh">
// visual representation of atoms: https://artsexperiments.withgoogle.com/periodic-table/
// rich interactive table: https://ptable.com/?lang=en#Properties
</script>
</div>
</div>
<script src="/js/github.js"></script>
</body>
</html>

0 comments on commit ae80fb2

Please sign in to comment.