Skip to content

Commit ace8350

Browse files
committed
Added a term
1 parent 5ea0a62 commit ace8350

File tree

2 files changed

+25
-4
lines changed

2 files changed

+25
-4
lines changed

terms/a/a-b_testing.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<meta http-equiv="X-UA-Compatible" content="ie=edge">
7+
<title>A-B_Testing</title>
8+
<link rel="stylesheet" href="../../styles.css">
9+
</head>
10+
<body>
11+
<div class="term-page">
12+
<header><h1>A-B_Testing</h1></header>
13+
<section class="term-definition">
14+
<h2>Definition</h2>
15+
<p>A-B Testing</p>
16+
</section>
17+
<footer><p>&copy; 2024 Nersh Tech Dictionary</p></footer>
18+
</div>
19+
</body>
20+
</html>

terms/a/terms.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
{
22
"terms": [
3+
"A-B_Testing",
4+
"API",
5+
"ASCII",
36
"Abstraction",
7+
"Agile",
48
"Algorithm",
5-
"API",
69
"Applet",
710
"Array",
811
"Artificial_Intelligence",
912
"Assembly_Language",
1013
"Asynchronous",
1114
"Authentication",
1215
"Authorization",
13-
"Autonomous",
14-
"Agile",
15-
"ASCII"
16+
"Autonomous"
1617
]
1718
}

0 commit comments

Comments
 (0)