Skip to content

Commit

Permalink
update ogp
Browse files Browse the repository at this point in the history
  • Loading branch information
yuma140902 committed Nov 9, 2023
1 parent 2b77aa9 commit 8e417fc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/pages/webtools/csv2tex.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
head: |
<script src="https://cdn.jsdelivr.net/npm/papaparse@5.3.2/papaparse.min.js"></script>
og:
title: CSV to LaTeX
title: CSV to LaTeX - CSV・エクセルの表をLaTeX形式に変換
locale: ja_JP
description: エクセルの表やCSVをLaTeX形式に変換します。タブ区切りのCSV・#から始まる行を無視することも可能です。変換処理はブラウザの内部で行われ、外部には送信されません。
---
Expand Down
2 changes: 1 addition & 1 deletion src/pages/webtools/diff.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
type: image/png
width: 1200
height: 630
title: Diff Tool
title: Diff Tool - 2つのテキストの差分を表示
locale: ja_JP
description: 2つのテキストの差分を表示します。空白の無視、スペルチェックも可能です。
---
Expand Down
6 changes: 3 additions & 3 deletions src/pages/webtools/sort.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<script type="module" src="./sort.js"></script>
<script src="./colormap.js"></script>
og:
title: Diff Tool
title: Sort Visualizer - ソートアルゴリズムを可視化
locale: ja_JP
description: ソートアルゴリズムを可視化する。6つのアルゴリズムと42のカラースキームに対応
description: ソートアルゴリズムを可視化します。6つのアルゴリズムと42のカラースキームに対応。バブルソート、シンプルソート、選択ソート、挿入ソート、シェルソート、クイックソート
---
<style>
#settings {
Expand Down Expand Up @@ -42,7 +42,7 @@
</style>
<div class="sort-flow">
<div class="sort-header">
<h1 style="font-size: 16pt; padding: 0; margin: 0">Sort Visualizer</h1>
<h1 style="font-size: 16pt; padding: 0; margin: 0">Sort Visualizer - ソートアルゴリズムを可視化</h1>
<div id="settings">
<fieldset>
<legend>データ設定</legend>
Expand Down

0 comments on commit 8e417fc

Please sign in to comment.