Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vue initalize #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
60 changes: 60 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
<<<<<<< HEAD
<html>
<head>
<title></title>
<script src="lib/jquery.js"></script>
<script src="lib/vue.js"></script>
<script src="lib/bootstrap/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="lib/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="lib/bootstrap/css/Navbar-Right-Links-icons.css">
<link rel="stylesheet" href="lib/bootstrap/css/styles.min.css">
</head>

<body id="app">
<h1>{{text}}</h1>
</body>
<script src="src/main.js"></script>
</html>
=======
<!DOCTYPE html>
<html lang="zh-Hant-TW">
<meta name="viewport" content="width=device-width, initial-scale=1.0" content="text/html; charset=utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<head>
<title>飛翔小工具</title>
<link rel="stylesheet" href="style.css"></link>
<link rel="icon" href="/icon.png" type="image/icon type">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-N2ZW9GEK33"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-N2ZW9GEK33');
</script>
</head>
<body>
<div id="title">
<strong>飛翔小工具</strong>
</div>
<table>
<tr style="border-collapse: collapse;">
<td id="math" style="width: 48%;">
<strong class="subtitle">數學</strong><br>
<a href="/WebPageTools/math/Factor.html" class="word">質數與因數</a><br>
<a href="/WebPageTools/math/CommorFactor.html" class="word">公因數</a><br>
<a href="/WebPageTools/math/Random.html" class="word">抽籤!!!</a>
</td>
<td id="chemistry" style="width: 48%;">
<strong class="subtitle">化學</strong><br>
<a href="/WebPageTools/chemistry/DensityCounter.html" class="word">密度、質量、體積換算</a><br>
<a href="/WebPageTools/chemistry/MoleCalculator.html" class="word">莫耳計算機</a><br>
<a href="/WebPageTools/chemistry/MoleCularCounter.html" class="word">分子量計算器</a><br>
<!--
<a href="/WebPageTools/chemistry/ElectronSorting.html" class="word">電子殼層排列</a>-->
</td>
</tr>
</table>
</body>
>>>>>>> 5c8b0e3d501b28e74afee9c4c8e16825bf6c850e
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions lib/jquery.js

Large diffs are not rendered by default.

Loading