blog
This commit is contained in:
24
blog.html
Normal file
24
blog.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>blog</title>
|
||||
<link href="/style.css" rel="stylesheet" type="text/css" media="all">
|
||||
</head>
|
||||
<body>
|
||||
<h1>blog</h1>
|
||||
<nav>
|
||||
<h3><a href="/posts/privatedata.html">Reading and writing in a package's private data folder in android</a></h3>
|
||||
|
||||
<p><i>Jan 10th, 2025</i></p>
|
||||
|
||||
</nav>
|
||||
|
||||
<footer>
|
||||
<a href="/">back home</a>
|
||||
|
||||
<p><i>Updated Jan 10th, 2025</i></p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user