mirror of
https://github.com/google/nomulus.git
synced 2025-06-24 05:11:10 +02:00
Add HTML lang tags where possible (#199)
This commit is contained in:
parent
652c4f6b36
commit
a338d96640
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
<!doctype html>
|
||||
<meta http-equiv="refresh" content="0;URL=/registrar">
|
||||
<title>Nomulus</title>
|
||||
<body>
|
||||
<body lang="en-US">
|
||||
If this page doesn't change automatically, please go
|
||||
to <a href="/registrar">https://www.registry.google/registrar</a>
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
{@param logoutUrl: string}
|
||||
{@param logoFilename: string}
|
||||
{@param productName: string}
|
||||
<div id="kd-googlebar" role="banner">
|
||||
<div id="kd-googlebar" role="banner" lang="en-US">
|
||||
<a class="{css('logo')}" href="/registrar">
|
||||
<img src="/assets/images/{$logoFilename}" alt="{$productName}">
|
||||
</a>
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
{param analyticsConfig: $analyticsConfig /}
|
||||
{/call}
|
||||
{call registry.soy.console.googlebar data="all" /}
|
||||
<div id="reg-app">
|
||||
<div id="reg-app" lang="en-US">
|
||||
<div id="reg-appbar" class="{css('kd-appbar')}">
|
||||
<div class="{css('kd-description')}">
|
||||
Accessing <span class="{css('kd-value')}">{$clientId}</span> as{sp}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue