Skip to content

Commit

Permalink
fix: invalid token.
Browse files Browse the repository at this point in the history
  • Loading branch information
syhily committed Mar 28, 2024
1 parent 4c36bb6 commit c3ba9bd
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion books/algorithms/andrew/anim.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<!DOCTYPE html>
<html lang="en">
<head>
<
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>安德鲁算法 | 动画算法与数据结构</title>
<script src="/asserts/scripts/jquery.min.js"></script>
Expand Down
1 change: 0 additions & 1 deletion books/algorithms/andrew/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<html lang="en">
<head>
<!--<script async src="https://www.googletagmanager.com/gtag/js?id=UA-28377245-2"></script>-->
<
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>安德鲁算法 | 动画算法与数据结构</title>
<link rel="stylesheet" href="/asserts/stylesheets/print.css" type="text/css" media="all"/>
Expand Down
1 change: 0 additions & 1 deletion books/algorithms/bfs_dp/anim.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<!DOCTYPE html>
<html lang="en">
<head>
<
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>使用 BFS 计算最短距离 | 动画算法与数据结构</title>
<script src="/asserts/scripts/jquery.min.js"></script>
Expand Down
1 change: 0 additions & 1 deletion books/algorithms/bfs_dp/print.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<!DOCTYPE html>
<html lang="en">
<head>
<
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>使用 BFS 计算最短距离 | 动画算法与数据结构</title>
<link rel="stylesheet" href="/asserts/stylesheets/print.css" type="text/css" media="all"/>
Expand Down
1 change: 0 additions & 1 deletion books/algorithms/max/anim.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<!DOCTYPE html>
<html lang="en">
<head>
<
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>最大值 | 动画算法与数据结构</title>
<script src="/asserts/scripts/jquery.min.js"></script>
Expand Down
1 change: 0 additions & 1 deletion books/algorithms/max/print.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<!DOCTYPE html>
<html lang="en">
<head>
<
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>最大值 | 动画算法与数据结构</title>
<link rel="stylesheet" href="/asserts/stylesheets/print.css" type="text/css" media="all"/>
Expand Down
1 change: 0 additions & 1 deletion books/algorithms/merge/anim.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<!DOCTYPE html>
<html lang="en">
<head>
<
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>合并 | 动画算法与数据结构</title>
<script src="/asserts/scripts/jquery.min.js"></script>
Expand Down
1 change: 0 additions & 1 deletion books/algorithms/merge/print.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<!DOCTYPE html>
<html lang="en">
<head>
<
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>合并 | 动画算法与数据结构</title>
<link rel="stylesheet" href="/asserts/stylesheets/print.css" type="text/css" media="all"/>
Expand Down
1 change: 0 additions & 1 deletion books/algorithms/reverse/anim.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<!DOCTYPE html>
<html lang="en">
<head>
<
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>反转 | 动画算法与数据结构</title>
<script src="/asserts/scripts/jquery.min.js"></script>
Expand Down
1 change: 0 additions & 1 deletion books/algorithms/swap/anim.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<!DOCTYPE html>
<html lang="en">
<head>
<
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>交换 | 动画算法与数据结构</title>
<script src="/asserts/scripts/jquery.min.js"></script>
Expand Down
1 change: 0 additions & 1 deletion books/algorithms/swap/print.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<!DOCTYPE html>
<html lang="en">
<head>
<
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>交换 | 动画算法与数据结构</title>
<link rel="stylesheet" href="/asserts/stylesheets/print.css" type="text/css" media="all"/>
Expand Down

0 comments on commit c3ba9bd

Please sign in to comment.