Lesson: Modify Your Webpage and Republish to IPNS
Goals
Steps
Step 1: Modify your existing webpage
$ cd ~ (or cd %userprofile% on Windows)
$ cd simple-webpage/<!DOCTYPE html>
<html>
<head>
<title>Nice Kitty Update</title>
</head>
<body>
<center>
<h1>Nice Kitty Update</h1>
<h2>This is the updated version of our Nice Kitty webpage.</h2>
<img src="cat.jpg">
</center>
</body>
</html>Step 2: Add your updated webpage to IPFS
Explanation
Next Steps
上一页Lesson: View Your Webpage with IPFS and Publish to IPNS下一页Lesson: Generate and Use a New IPNS Name Keypair
最后更新于