Skip to content

Commit

Permalink
Convert links from http to https protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
deining authored and andydotxyz committed Jan 12, 2025
1 parent 4bf0e52 commit 114e2f7
Show file tree
Hide file tree
Showing 58 changed files with 112 additions and 112 deletions.
2 changes: 1 addition & 1 deletion _posts/2018-02-17-first-10-days-of-fyne.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ categories: blog
It's been just 10 days since the Fyne project was announced and in that time we've had a lot of support! The IRC channel, which we added only a week ago, now has a core group of developers helping to discuss and guide the design of the toolkit.
The [website](https://fyne.io) is up and running to help visitors understand what the project is about and see our progress. For the more developer oriented there is now a [walking skeleton](https://github.com/fyne-io/fyne/projects/1) project which is tracking progress towards our first milestone.

In terms of a quick summary we have picked [Go](https://golang.org) as the main language for development and API. The rendering pipeline we are using is [EFL](https://www.enlightenment.org/), though the details will be hidden completely from the Fyne APIs. Lastly we [decided](https://github.com/fyne-io/fyne/wiki/Layout-Algorithm) on the use of the [Cassowary](http://overconstrained.io/) algorithm for layout - giving an experience similar to the iOS AutoLayout.
In terms of a quick summary we have picked [Go](https://golang.org) as the main language for development and API. The rendering pipeline we are using is [EFL](https://www.enlightenment.org/), though the details will be hidden completely from the Fyne APIs. Lastly we [decided](https://github.com/fyne-io/fyne/wiki/Layout-Algorithm) on the use of the [Cassowary](https://en.wikipedia.org/wiki/Cassowary_(software)) algorithm for layout - giving an experience similar to the iOS AutoLayout.

The Enlightenment IDE (Edi) has been updated for Go syntax and build lifecycle so anyone already working on EFL apps can continue using the same tooling for now :).

Expand Down
2 changes: 1 addition & 1 deletion _posts/2021-01-27-fyne-book-published.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ this week brings exciting news that the first book dedicated to Fyne has been pu

<img src="/img/fyne-book-cover.jpg" style="max-width: 202px; float:right; padding-left: 5pt" />

This book covers most aspects of building a Fyne app, including the [new APIs](http://developer.fyne.io/api/v2.0/)
This book covers most aspects of building a Fyne app, including the [new APIs](https://docs.fyne.io/api/v2.0/)
introduced in the recent release. It will step you through getting started with Fyne and
how to build an app using the toolkit all the way through to uploading your software to
market places and App Stores.
Expand Down
2 changes: 1 addition & 1 deletion _posts/2022-12-24-v2.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ To see the complete list including bug fixes see the
### Added

* Shiny new theme that was designed for us
* Improved text handling to support non-latin alphabets
* Improved text handling to support non-Latin alphabets
* Add cloud storage and preference support
* Add menu icon and submenu support to system tray menus
* More button importance levels `ErrorImportance`, `WarningImportance`
Expand Down
2 changes: 1 addition & 1 deletion _posts/2024-08-14-2.5.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: post
title: "Fyne v2.5 released with internationalistion and great new widgets"
title: "Fyne v2.5 released with internationalisation and great new widgets"
date: 2024-08-14 13:15:00+1000
categories: blog
---
Expand Down
4 changes: 2 additions & 2 deletions cloud/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="go-import" content="fyne.io/cloud git https://github.com/fyne-io/cloud">
<meta http-equiv="refresh" content="0; url=http://github.com/fyne-io/cloud">
<meta http-equiv="refresh" content="0; url=https://github.com/fyne-io/cloud">
</head>
<body>
The Fyne Cloud API - read the <a href="http://godoc.org/fyne.io/cloud">documentation</a>.
The Fyne Cloud API - read the <a href="https://pkg.go.dev/fyne.io/cloud">documentation</a>.
</body>
</html>
4 changes: 2 additions & 2 deletions desktop/wm/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="go-import" content="fyne.io/desktop git https://github.com/fyne-io/fynedesk">
<meta http-equiv="refresh" content="0; url=http://github.com/fyne-io/fynedesk">
<meta http-equiv="refresh" content="0; url=https://github.com/fyne-io/fynedesk">
</head>
<body>
The Fyne Desktop - read the <a href="http://godoc.org/fyne.io/fynedesk">documentation</a>.
The Fyne Desktop - read the <a href="https://pkg.go.dev/fyne.io/fynedesk">documentation</a>.
</body>
</html>
4 changes: 2 additions & 2 deletions fyne/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="go-import" content="fyne.io/fyne git https://github.com/fyne-io/fyne">
<meta http-equiv="refresh" content="0; url=http://github.com/fyne-io/fyne">
<meta http-equiv="refresh" content="0; url=https://github.com/fyne-io/fyne">
</head>
<body>
The Fyne API - read the <a href="http://godoc.org/fyne.io/fyne">documentation</a>.
The Fyne API - read the <a href="https://pkg.go.dev/fyne.io/fyne">documentation</a>.
</body>
</html>
4 changes: 2 additions & 2 deletions fyne/canvas/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="go-import" content="fyne.io/fyne git https://github.com/fyne-io/fyne">
<meta http-equiv="refresh" content="0; url=http://github.com/fyne-io/fyne">
<meta http-equiv="refresh" content="0; url=https://github.com/fyne-io/fyne">
</head>
<body>
The Fyne API - read the <a href="http://godoc.org/fyne.io/fyne">documentation</a>.
The Fyne API - read the <a href="https://pkg.go.dev/fyne.io/fyne">documentation</a>.
</body>
</html>
4 changes: 2 additions & 2 deletions fyne/cmd/fyne/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="go-import" content="fyne.io/fyne git https://github.com/fyne-io/fyne">
<meta http-equiv="refresh" content="0; url=http://github.com/fyne-io/fyne">
<meta http-equiv="refresh" content="0; url=https://github.com/fyne-io/fyne">
</head>
<body>
The Fyne API - read the <a href="http://godoc.org/fyne.io/fyne">documentation</a>.
The Fyne API - read the <a href="https://pkg.go.dev/fyne.io/fyne">documentation</a>.
</body>
</html>
4 changes: 2 additions & 2 deletions fyne/cmd/fyne_demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="go-import" content="fyne.io/fyne git https://github.com/fyne-io/fyne">
<meta http-equiv="refresh" content="0; url=http://github.com/fyne-io/fyne">
<meta http-equiv="refresh" content="0; url=https://github.com/fyne-io/fyne">
</head>
<body>
The Fyne API - read the <a href="http://godoc.org/fyne.io/fyne">documentation</a>.
The Fyne API - read the <a href="https://pkg.go.dev/fyne.io/fyne">documentation</a>.
</body>
</html>
4 changes: 2 additions & 2 deletions fyne/cmd/fyne_settings/settings/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="go-import" content="fyne.io/fyne git https://github.com/fyne-io/fyne">
<meta http-equiv="refresh" content="0; url=http://github.com/fyne-io/fyne">
<meta http-equiv="refresh" content="0; url=https://github.com/fyne-io/fyne">
</head>
<body>
The Fyne API - read the <a href="http://godoc.org/fyne.io/fyne">documentation</a>.
The Fyne API - read the <a href="https://pkg.go.dev/fyne.io/fyne">documentation</a>.
</body>
</html>
4 changes: 2 additions & 2 deletions fyne/data/binding/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="go-import" content="fyne.io/fyne git https://github.com/fyne-io/fyne">
<meta http-equiv="refresh" content="0; url=http://github.com/fyne-io/fyne">
<meta http-equiv="refresh" content="0; url=https://github.com/fyne-io/fyne">
</head>
<body>
The Fyne API - read the <a href="http://godoc.org/fyne.io/fyne">documentation</a>.
The Fyne API - read the <a href="https://pkg.go.dev/fyne.io/fyne">documentation</a>.
</body>
</html>
4 changes: 2 additions & 2 deletions fyne/data/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="go-import" content="fyne.io/fyne git https://github.com/fyne-io/fyne">
<meta http-equiv="refresh" content="0; url=http://github.com/fyne-io/fyne">
<meta http-equiv="refresh" content="0; url=https://github.com/fyne-io/fyne">
</head>
<body>
The Fyne API - read the <a href="http://godoc.org/fyne.io/fyne">documentation</a>.
The Fyne API - read the <a href="https://pkg.go.dev/fyne.io/fyne">documentation</a>.
</body>
</html>
4 changes: 2 additions & 2 deletions fyne/data/validation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="go-import" content="fyne.io/fyne git https://github.com/fyne-io/fyne">
<meta http-equiv="refresh" content="0; url=http://github.com/fyne-io/fyne">
<meta http-equiv="refresh" content="0; url=https://github.com/fyne-io/fyne">
</head>
<body>
The Fyne API - read the <a href="http://godoc.org/fyne.io/fyne">documentation</a>.
The Fyne API - read the <a href="https://pkg.go.dev/fyne.io/fyne">documentation</a>.
</body>
</html>
4 changes: 2 additions & 2 deletions fyne/dialog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="go-import" content="fyne.io/fyne git https://github.com/fyne-io/fyne">
<meta http-equiv="refresh" content="0; url=http://github.com/fyne-io/fyne">
<meta http-equiv="refresh" content="0; url=https://github.com/fyne-io/fyne">
</head>
<body>
The Fyne API - read the <a href="http://godoc.org/fyne.io/fyne">documentation</a>.
The Fyne API - read the <a href="https://pkg.go.dev/fyne.io/fyne">documentation</a>.
</body>
</html>
4 changes: 2 additions & 2 deletions fyne/driver/desktop/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="go-import" content="fyne.io/fyne git https://github.com/fyne-io/fyne">
<meta http-equiv="refresh" content="0; url=http://github.com/fyne-io/fyne">
<meta http-equiv="refresh" content="0; url=https://github.com/fyne-io/fyne">
</head>
<body>
The Fyne API - read the <a href="http://godoc.org/fyne.io/fyne">documentation</a>.
The Fyne API - read the <a href="https://pkg.go.dev/fyne.io/fyne">documentation</a>.
</body>
</html>
4 changes: 2 additions & 2 deletions fyne/driver/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="go-import" content="fyne.io/fyne git https://github.com/fyne-io/fyne">
<meta http-equiv="refresh" content="0; url=http://github.com/fyne-io/fyne">
<meta http-equiv="refresh" content="0; url=https://github.com/fyne-io/fyne">
</head>
<body>
The Fyne API - read the <a href="http://godoc.org/fyne.io/fyne">documentation</a>.
The Fyne API - read the <a href="https://pkg.go.dev/fyne.io/fyne">documentation</a>.
</body>
</html>
4 changes: 2 additions & 2 deletions fyne/driver/mobile/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="go-import" content="fyne.io/fyne git https://github.com/fyne-io/fyne">
<meta http-equiv="refresh" content="0; url=http://github.com/fyne-io/fyne">
<meta http-equiv="refresh" content="0; url=https://github.com/fyne-io/fyne">
</head>
<body>
The Fyne API - read the <a href="http://godoc.org/fyne.io/fyne">documentation</a>.
The Fyne API - read the <a href="https://pkg.go.dev/fyne.io/fyne">documentation</a>.
</body>
</html>
4 changes: 2 additions & 2 deletions fyne/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="go-import" content="fyne.io/fyne git https://github.com/fyne-io/fyne">
<meta http-equiv="refresh" content="0; url=http://github.com/fyne-io/fyne">
<meta http-equiv="refresh" content="0; url=https://github.com/fyne-io/fyne">
</head>
<body>
The Fyne API - read the <a href="http://godoc.org/fyne.io/fyne">documentation</a>.
The Fyne API - read the <a href="https://pkg.go.dev/fyne.io/fyne">documentation</a>.
</body>
</html>
4 changes: 2 additions & 2 deletions fyne/layout/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="go-import" content="fyne.io/fyne git https://github.com/fyne-io/fyne">
<meta http-equiv="refresh" content="0; url=http://github.com/fyne-io/fyne">
<meta http-equiv="refresh" content="0; url=https://github.com/fyne-io/fyne">
</head>
<body>
The Fyne API - read the <a href="http://godoc.org/fyne.io/fyne">documentation</a>.
The Fyne API - read the <a href="https://pkg.go.dev/fyne.io/fyne">documentation</a>.
</body>
</html>
4 changes: 2 additions & 2 deletions fyne/test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="go-import" content="fyne.io/fyne git https://github.com/fyne-io/fyne">
<meta http-equiv="refresh" content="0; url=http://github.com/fyne-io/fyne">
<meta http-equiv="refresh" content="0; url=https://github.com/fyne-io/fyne">
</head>
<body>
The Fyne API - read the <a href="http://godoc.org/fyne.io/fyne">documentation</a>.
The Fyne API - read the <a href="https://pkg.go.dev/fyne.io/fyne">documentation</a>.
</body>
</html>
4 changes: 2 additions & 2 deletions fyne/theme/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="go-import" content="fyne.io/fyne git https://github.com/fyne-io/fyne">
<meta http-equiv="refresh" content="0; url=http://github.com/fyne-io/fyne">
<meta http-equiv="refresh" content="0; url=https://github.com/fyne-io/fyne">
</head>
<body>
The Fyne API - read the <a href="http://godoc.org/fyne.io/fyne">documentation</a>.
The Fyne API - read the <a href="https://pkg.go.dev/fyne.io/fyne">documentation</a>.
</body>
</html>
4 changes: 2 additions & 2 deletions fyne/v2.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="go-import" content="fyne.io/fyne/v2 git https://github.com/fyne-io/fyne">
<meta http-equiv="refresh" content="0; url=http://github.com/fyne-io/fyne">
<meta http-equiv="refresh" content="0; url=https://github.com/fyne-io/fyne">
</head>
<body>
The Fyne API - read the <a href="http://godoc.org/fyne.io/fyne">documentation</a>.
The Fyne API - read the <a href="https://pkg.go.dev/fyne.io/fyne">documentation</a>.
</body>
</html>
4 changes: 2 additions & 2 deletions fyne/v2/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="go-import" content="fyne.io/fyne/v2 git https://github.com/fyne-io/fyne">
<meta http-equiv="refresh" content="0; url=http://github.com/fyne-io/fyne">
<meta http-equiv="refresh" content="0; url=https://github.com/fyne-io/fyne">
</head>
<body>
The Fyne API - read the <a href="http://godoc.org/fyne.io/fyne">documentation</a>.
The Fyne API - read the <a href="https://pkg.go.dev/fyne.io/fyne">documentation</a>.
</body>
</html>
4 changes: 2 additions & 2 deletions fyne/v2/canvas/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="go-import" content="fyne.io/fyne/v2 git https://github.com/fyne-io/fyne">
<meta http-equiv="refresh" content="0; url=http://github.com/fyne-io/fyne">
<meta http-equiv="refresh" content="0; url=https://github.com/fyne-io/fyne">
</head>
<body>
The Fyne API - read the <a href="http://godoc.org/fyne.io/fyne">documentation</a>.
The Fyne API - read the <a href="https://pkg.go.dev/fyne.io/fyne">documentation</a>.
</body>
</html>
4 changes: 2 additions & 2 deletions fyne/v2/cmd/fyne/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="go-import" content="fyne.io/fyne/v2 git https://github.com/fyne-io/fyne">
<meta http-equiv="refresh" content="0; url=http://github.com/fyne-io/fyne">
<meta http-equiv="refresh" content="0; url=https://github.com/fyne-io/fyne">
</head>
<body>
The Fyne API - read the <a href="http://godoc.org/fyne.io/fyne">documentation</a>.
The Fyne API - read the <a href="https://pkg.go.dev/fyne.io/fyne">documentation</a>.
</body>
</html>
4 changes: 2 additions & 2 deletions fyne/v2/cmd/fyne_demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="go-import" content="fyne.io/fyne/v2 git https://github.com/fyne-io/fyne">
<meta http-equiv="refresh" content="0; url=http://github.com/fyne-io/fyne">
<meta http-equiv="refresh" content="0; url=https://github.com/fyne-io/fyne">
</head>
<body>
The Fyne API - read the <a href="http://godoc.org/fyne.io/fyne">documentation</a>.
The Fyne API - read the <a href="https://pkg.go.dev/fyne.io/fyne">documentation</a>.
</body>
</html>
4 changes: 2 additions & 2 deletions fyne/v2/cmd/fyne_settings/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="go-import" content="fyne.io/fyne/v2 git https://github.com/fyne-io/fyne">
<meta http-equiv="refresh" content="0; url=http://github.com/fyne-io/fyne">
<meta http-equiv="refresh" content="0; url=https://github.com/fyne-io/fyne">
</head>
<body>
The Fyne API - read the <a href="http://godoc.org/fyne.io/fyne">documentation</a>.
The Fyne API - read the <a href="https://pkg.go.dev/fyne.io/fyne">documentation</a>.
</body>
</html>
4 changes: 2 additions & 2 deletions fyne/v2/cmd/fyne_settings/settings/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="go-import" content="fyne.io/fyne/v2 git https://github.com/fyne-io/fyne">
<meta http-equiv="refresh" content="0; url=http://github.com/fyne-io/fyne">
<meta http-equiv="refresh" content="0; url=https://github.com/fyne-io/fyne">
</head>
<body>
The Fyne API - read the <a href="http://godoc.org/fyne.io/fyne">documentation</a>.
The Fyne API - read the <a href="https://pkg.go.dev/fyne.io/fyne">documentation</a>.
</body>
</html>
4 changes: 2 additions & 2 deletions fyne/v2/cmd/hello/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="go-import" content="fyne.io/fyne/v2 git https://github.com/fyne-io/fyne">
<meta http-equiv="refresh" content="0; url=http://github.com/fyne-io/fyne">
<meta http-equiv="refresh" content="0; url=https://github.com/fyne-io/fyne">
</head>
<body>
The Fyne API - read the <a href="http://godoc.org/fyne.io/fyne">documentation</a>.
The Fyne API - read the <a href="https://pkg.go.dev/fyne.io/fyne">documentation</a>.
</body>
</html>
4 changes: 2 additions & 2 deletions fyne/v2/container/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="go-import" content="fyne.io/fyne/v2 git https://github.com/fyne-io/fyne">
<meta http-equiv="refresh" content="0; url=http://github.com/fyne-io/fyne">
<meta http-equiv="refresh" content="0; url=https://github.com/fyne-io/fyne">
</head>
<body>
The Fyne API - read the <a href="http://godoc.org/fyne.io/fyne">documentation</a>.
The Fyne API - read the <a href="https://pkg.go.dev/fyne.io/fyne">documentation</a>.
</body>
</html>
4 changes: 2 additions & 2 deletions fyne/v2/data/binding/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="go-import" content="fyne.io/fyne/v2 git https://github.com/fyne-io/fyne">
<meta http-equiv="refresh" content="0; url=http://github.com/fyne-io/fyne">
<meta http-equiv="refresh" content="0; url=https://github.com/fyne-io/fyne">
</head>
<body>
The Fyne API - read the <a href="http://godoc.org/fyne.io/fyne">documentation</a>.
The Fyne API - read the <a href="https://pkg.go.dev/fyne.io/fyne">documentation</a>.
</body>
</html>
Loading

0 comments on commit 114e2f7

Please sign in to comment.