fix meta character encoding (utf-8)
Signed-off-by: Leah Rowe <leah@libreboot.org>master
parent
c910f813c4
commit
3f90f156c3
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html$if(lang)$ lang="$lang$"$endif$$if(dir)$ dir="$dir$"$endif$>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta charset="utf-8">
|
||||
<meta name="description" content="Das Libreboot Projekt bietet eine freie/Open Source Boot Firmware">
|
||||
<meta name="keywords" content="libreboot, coreboot, canoeboot, opensource, libre, free software, bios, uefi">
|
||||
<meta name="generator" content="pandoc">
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html$if(lang)$ lang="$lang$"$endif$$if(dir)$ dir="$dir$"$endif$>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta charset="utf-8">
|
||||
<meta name="description" content="Free/opensource BIOS/UEFI firmware based on coreboot, for booting Linux/BSD on x86/x86_64 and ARM64 motherboards.">
|
||||
<meta name="keywords" content="libreboot, coreboot, canoeboot, opensource, libre, free software, bios, uefi">
|
||||
<meta name="generator" content="pandoc">
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html$if(lang)$ lang="$lang$"$endif$$if(dir)$ dir="$dir$"$endif$>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta charset="utf-8">
|
||||
<meta name="description" content="Il progetto Libreboot fornisce avvio libero e open source grazie al firmware basato su coreboot">
|
||||
<meta name="keywords" content="libreboot, coreboot, canoeboot, opensource, libre, free software, bios, uefi">
|
||||
<meta name="generator" content="pandoc">
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html$if(lang)$ lang="$lang$"$endif$$if(dir)$ dir="$dir$"$endif$>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta charset="utf-8">
|
||||
<meta name="description" content="Проект Libreboot надає вільну завантажувальну coreboot прошивку">
|
||||
<meta name="keywords" content="libreboot, coreboot, canoeboot, opensource, libre, free software, bios, uefi">
|
||||
<meta name="generator" content="pandoc">
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html$if(lang)$ lang="$lang$"$endif$$if(dir)$ dir="$dir$"$endif$>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta charset="utf-8">
|
||||
<meta name="description" content="Libreboot 项目提供基于 coreboot 的自由且开源的引导固件">
|
||||
<meta name="keywords" content="libreboot, coreboot, canoeboot, opensource, libre, free software, bios, uefi">
|
||||
<meta name="generator" content="pandoc">
|
||||
|
|
Loading…
Reference in New Issue