diff --git a/README.md b/README.md index fe77a64..ae5cce2 100644 --- a/README.md +++ b/README.md @@ -805,3 +805,25 @@ index 0000000..27d24d2 +-type body_part() :: {Field :: binary(), Data :: binary()} + | {Field :: binary(), Name :: binary(), Data :: binary()}. ``` + +### Making an index.html + +```diff +diff --git a/gex_httpd/priv/index.html b/gex_httpd/priv/index.html +new file mode 100644 +index 0000000..2ba545c +--- /dev/null ++++ b/gex_httpd/priv/index.html +@@ -0,0 +1,11 @@ ++ ++ ++ ++ ++ Hello, world! ++ ++ ++ ++

Hello, world!

++ ++ +``` diff --git a/gex_httpd/priv/index.html b/gex_httpd/priv/index.html new file mode 100644 index 0000000..2ba545c --- /dev/null +++ b/gex_httpd/priv/index.html @@ -0,0 +1,11 @@ + + + + + Hello, world! + + + +

Hello, world!

+ +